mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
attempt to fix to vertical sync issue
This commit is contained in:
parent
666bdcaaf8
commit
457f9f913d
1 changed files with 4 additions and 4 deletions
|
@ -157,22 +157,22 @@ body.doesWrap {
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
line-height: 35px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
line-height: 30px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 25px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4{
|
h4{
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 20px;
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue