Included good default for Windows and standardized <pre> font families
This commit is contained in:
parent
acdbc1b4c5
commit
77860f3537
|
@ -51,7 +51,7 @@ td.code .highlight {
|
||||||
table.highlighttable pre{
|
table.highlighttable pre{
|
||||||
padding:0;
|
padding:0;
|
||||||
margin:0;
|
margin:0;
|
||||||
font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace;
|
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
|
||||||
color: #333;
|
color: #333;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,7 @@ table.highlighttable pre{
|
||||||
padding:15px;
|
padding:15px;
|
||||||
line-height:2.0;
|
line-height:2.0;
|
||||||
margin:0;
|
margin:0;
|
||||||
font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace;
|
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
|
||||||
color: #333;
|
color: #333;
|
||||||
text-align:left;}
|
text-align:left;}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue