mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
configure a uniform font-family for code in guides
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user