Commit e37c3cf1 authored by naftis's avatar naftis
Browse files

Bugfix to solarized_dark.css

Fixed bug with font-style: italic and WebKit.
WebKit makes line-height bigger, when italic is used.
parent afb0c332
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ pre .lisp .string,
pre .javadoc {
  color: #586e75;
  font-style: italic;
  display: inline-block;
  line-height: 1em;
}

pre .keyword,