##// END OF EJS Templates
Minor changes to notebook css.
Brian Granger -
Show More
@@ -58,14 +58,6 b' hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin:'
58
58
59 input, select { vertical-align: middle; }
59 input, select { vertical-align: middle; }
60
60
61
62 /**
63 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
64 */
65
66 body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
67 select, input, textarea, button { font:99% sans-serif; }
68
69 /* Normalize monospace sizing:
61 /* Normalize monospace sizing:
70 en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
62 en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
71 pre, code, kbd, samp { font-family: monospace, sans-serif; }
63 pre, code, kbd, samp { font-family: monospace, sans-serif; }
@@ -74,6 +66,7 b' pre, code, kbd, samp { font-family: monospace, sans-serif; }'
74
66
75 body {
67 body {
76 background-color: white;
68 background-color: white;
69 font-size: 10pt;
77 }
70 }
78
71
79 span#ipython_notebook h1 {
72 span#ipython_notebook h1 {
General Comments 0
You need to be logged in to leave comments. Login now