Fixes issue 126, broken line height on "diff" syntax highlighting
Brandon Mathis authored on 03/09/2011 at 13:20:56... | ... |
@@ -177,7 +177,7 @@ li code { |
177 | 177 |
.s1 { color: $solar-cyan !important; } /* Literal.String.Single */ |
178 | 178 |
//.ss { color: #990073 } /* Literal.String.Symbol */ |
179 | 179 |
//.il { color: #009999 } /* Literal.Number.Integer.Long */ |
180 |
- div { .gd, .gd .x, .gi, .gi .x { display: block; }} |
|
180 |
+ div { .gd, .gd .x, .gi, .gi .x { display: inline-block; width: 100%; }} |
|
181 | 181 |
} |
182 | 182 |
|
183 | 183 |
.highlight, .gist-highlight { |