configure a uniform font-family for code in guides

This commit is contained in:
Xavier Noria
2010-10-24 15:34:47 +02:00
parent 8a629ab6c3
commit 5e0e77fc12
2 changed files with 7 additions and 6 deletions

View File

@@ -23,8 +23,12 @@ dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}
pre,code { margin: 1.5em 0; overflow: auto; color: #333;}
pre,code,tt { font: 1em 'Anonymous Pro', 'Inconsolata', 'Menlo', 'Consolas', 'Andale Mono', 'Lucida Console', monospace; line-height: 1.5; }
pre,code { margin: 1.5em 0; overflow: auto; color: #222;}
pre,code,tt {
font-size: 1em;
font-family: "Anonymous Pro", "Inconsolata", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
line-height: 1.5;
}
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
@@ -361,10 +365,6 @@ h6 {
font-weight: normal;
}
tt {
font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
}
div.code_container {
background: #EEE url(../images/tab_grey.gif) no-repeat left top;
padding: 0.25em 1em 0.5em 48px;

View File

@@ -3,6 +3,7 @@
*/
.syntaxhighlighter {
background-color: #eee !important;
font-family: "Anonymous Pro", "Inconsolata", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace !important;
}
.syntaxhighlighter .line.alt1 {
background-color: #eee !important;