Skip to content

Commit

Permalink
Removed italic syntax classes to [again] fix chrome rendering issues …
Browse files Browse the repository at this point in the history
…on windows (italics render the characters 1px too tall).
  • Loading branch information
amcnamara committed Jan 6, 2012
1 parent 1ba0b76 commit 6be13d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/public/css/native.css
@@ -1,7 +1,7 @@
.linenos {float: left;}
.syntax .hll { background-color: #404040 }
.syntax { background: #202020; color: #d0d0d0 }
.syntax .c { color: #999999; font-style: italic } /* Comment */
.syntax .c { color: #999999; font-weight: bold; } /* Comment */
.syntax .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.syntax .g { color: #d0d0d0 } /* Generic */
.syntax .k { color: #6ab825; font-weight: bold } /* Keyword */
Expand All @@ -10,14 +10,14 @@
.syntax .o { color: #d0d0d0 } /* Operator */
.syntax .x { color: #d0d0d0 } /* Other */
.syntax .p { color: #d0d0d0 } /* Punctuation */
.syntax .cm { color: #999999; font-style: italic } /* Comment.Multiline */
.syntax .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
.syntax .c1 { color: #999999; font-style: italic } /* Comment.Single */
.syntax .cm { color: #999999; font-weight: bold; } /* Comment.Multiline */
.syntax .cp { color: #cd2828; font-weight: bold; } /* Comment.Preproc */
.syntax .c1 { color: #999999; font-weight: bold; } /* Comment.Single */
.syntax .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
.syntax .gd { color: #d22323 } /* Generic.Deleted */
.syntax .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
.syntax .ge { color: #d0d0d0; font-weight: bold; } /* Generic.Emph */
.syntax .gr { color: #d22323 } /* Generic.Error */
.syntax .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
.syntax .gh { color: #ffffff; font-weight: bold; } /* Generic.Heading */
.syntax .gi { color: #589819 } /* Generic.Inserted */
.syntax .go { color: #cccccc } /* Generic.Output */
.syntax .gp { color: #aaaaaa } /* Generic.Prompt */
Expand Down

0 comments on commit 6be13d2

Please sign in to comment.