mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01: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 {
|
pre .javadoc {
|
||||||
color: #586e75;
|
color: #586e75;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
display: inline-block;
|
||||||
|
line-height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre .keyword,
|
pre .keyword,
|
||||||
|
|
Loading…
Reference in a new issue