mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -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 */
|
||||
}
|
||||
|
||||
span.h1 {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
span.h2 {
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
body.doesWrap {
|
||||
white-space: normal;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue