Bugfix to solarized_dark.css

Fixed bug with font-style: italic and WebKit.
WebKit makes line-height bigger, when italic is used.
pull/37/head
naftis 2012-12-28 16:11:21 +02:00
parent afb0c332cc
commit e37c3cf1b9
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ pre .lisp .string,
pre .javadoc {
color: #586e75;
font-style: italic;
display: inline-block;
line-height: 1em;
}
pre .keyword,