##// END OF EJS Templates
Contents inside <pre> are not rendered as monospace font in Chrome for Mac (#20372)....
Jean-Philippe Lang -
r14069:72efe4736823
parent child
Show More
@@ -7,6 +7,7 h2, .wiki h1 {font-size: 20px;}
7 h3, .wiki h2 {font-size: 16px;}
7 h3, .wiki h2 {font-size: 16px;}
8 h4, .wiki h3 {font-size: 13px;}
8 h4, .wiki h3 {font-size: 13px;}
9 h4 {border-bottom: 1px dotted #bbb;}
9 h4 {border-bottom: 1px dotted #bbb;}
10 pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
10
11
11 /***** Layout *****/
12 /***** Layout *****/
12 #wrapper {background: white;}
13 #wrapper {background: white;}
General Comments 0
You need to be logged in to leave comments. Login now