mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Bugfix to solarized_dark.css
Fixed bug with font-style: italic and WebKit. WebKit makes line-height bigger, when italic is used.
This commit is contained in:
parent
afb0c332cc
commit
e37c3cf1b9
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ pre .lisp .string,
|
|||
pre .javadoc {
|
||||
color: #586e75;
|
||||
font-style: italic;
|
||||
display: inline-block;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
pre .keyword,
|
||||
|
|
Loading…
Reference in a new issue