mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
fixed line-height overlapping issue
This commit is contained in:
parent
d95f08536b
commit
ddac4d7d38
2 changed files with 8 additions and 8 deletions
|
@ -157,22 +157,22 @@ body.doesWrap {
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
line-height: 30px;
|
line-height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
line-height: 25px;
|
line-height: 31px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 20px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4{
|
h4{
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 15px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
@ -141,22 +141,22 @@ a img
|
||||||
|
|
||||||
.list-title1{
|
.list-title1{
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
line-height: 30px;
|
line-height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-title2{
|
.list-title2{
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
line-height: 25px;
|
line-height: 31px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-title3{
|
.list-title3{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 20px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-title4{
|
.list-title4{
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 15px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#users
|
#users
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue