mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -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{
|
||||
font-size: 30px;
|
||||
line-height: 30px;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 25px;
|
||||
line-height: 25px;
|
||||
line-height: 31px;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
h4{
|
||||
font-size: 15px;
|
||||
line-height: 15px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
@ -141,22 +141,22 @@ a img
|
|||
|
||||
.list-title1{
|
||||
font-size: 30px;
|
||||
line-height: 30px;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
.list-title2{
|
||||
font-size: 25px;
|
||||
line-height: 25px;
|
||||
line-height: 31px;
|
||||
}
|
||||
|
||||
.list-title3{
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.list-title4{
|
||||
font-size: 15px;
|
||||
line-height: 15px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue