Browse Source

Fix broken line height in diff syntax highlighting

unreleased_contents
Toby Matejovsky 13 years ago
parent
commit
f033475b4a
  1. 2
      .themes/classic/sass/partials/_syntax.scss

2
.themes/classic/sass/partials/_syntax.scss

@ -177,7 +177,7 @@ li code {
.s1 { color: $solar-cyan !important; } /* Literal.String.Single */ .s1 { color: $solar-cyan !important; } /* Literal.String.Single */
//.ss { color: #990073 } /* Literal.String.Symbol */ //.ss { color: #990073 } /* Literal.String.Symbol */
//.il { color: #009999 } /* Literal.Number.Integer.Long */ //.il { color: #009999 } /* Literal.Number.Integer.Long */
div { .gd, .gd .x, .gi, .gi .x { display: block; }} div { .gd, .gd .x, .gi, .gi .x { display: inline-block; width: 100%; }}
} }
.highlight, .gist-highlight { .highlight, .gist-highlight {

Loading…
Cancel
Save