Commit 77860f3537451c8e565dfd06584ee4044e65572e
1 parent
acdbc1b4
Exists in
master
and in
4 other branches
Included good default for Windows and standardized <pre> font families
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/highlight/white.scss
@@ -51,7 +51,7 @@ td.code .highlight { | @@ -51,7 +51,7 @@ td.code .highlight { | ||
51 | table.highlighttable pre{ | 51 | table.highlighttable pre{ |
52 | padding:0; | 52 | padding:0; |
53 | margin:0; | 53 | margin:0; |
54 | - font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace; | 54 | + font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace; |
55 | color: #333; | 55 | color: #333; |
56 | text-align:left; | 56 | text-align:left; |
57 | } | 57 | } |
@@ -61,7 +61,7 @@ table.highlighttable pre{ | @@ -61,7 +61,7 @@ table.highlighttable pre{ | ||
61 | padding:15px; | 61 | padding:15px; |
62 | line-height:2.0; | 62 | line-height:2.0; |
63 | margin:0; | 63 | margin:0; |
64 | - font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; | 64 | + font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace; |
65 | color: #333; | 65 | color: #333; |
66 | text-align:left;} | 66 | text-align:left;} |
67 | } | 67 | } |