Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a20f67

Browse files
committed
data in monospace font
1 parent 18fe8af commit 5a20f67

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎web/css/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ body {
2121
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
2222
border-radius: 0;
2323
border: 0;
24-
}
24+
}
25+
26+
table {
27+
font-family: monospace;
28+
}

‎web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ <h6 class="text-muted mb-0 pb-0 pt-3 px-3">Code:</h6>
18221822
<div class="row">
18231823
<div class="col-3">© 2017 <a href="http://tdhopper.com">Tim Hopper</a></div>
18241824
<div class="col-7">© 2017 <a href="https://github.com/tdhopper/pythonplot.com/blob/master/Examples.ipynb">
1825-
Generated from an IPython Notebook on Github</a> (<a href="https://github.com/tdhopper/pythonplot.com/commit/bee519c">bee519c</a>) <a href="https://travis-ci.org/tdhopper/pythonplot.com" target="_blank"><img src="https://travis-ci.org/tdhopper/pythonplot.com.svg?branch=master"></a></div>
1825+
Generated from an IPython Notebook on Github</a> (<a href="https://github.com/tdhopper/pythonplot.com/commit/18fe8af">18fe8af</a>) <a href="https://travis-ci.org/tdhopper/pythonplot.com" target="_blank"><img src="https://travis-ci.org/tdhopper/pythonplot.com.svg?branch=master"></a></div>
18261826

18271827
<div class="col-2"><p class="float-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
18281828
</div>

0 commit comments

Comments
 (0)