mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
fix linehieght in haedings
This commit is contained in:
parent
9944dfc821
commit
f4ee2bac03
1 changed files with 8 additions and 0 deletions
|
@ -66,6 +66,14 @@ body.grayedout { background-color: #eee !important }
|
||||||
line-height: 16px; /* overridden by body.style */
|
line-height: 16px; /* overridden by body.style */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.h1 {
|
||||||
|
line-height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.h2 {
|
||||||
|
line-height: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
body.doesWrap {
|
body.doesWrap {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue