mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 14:16:17 +02:00
Adapted the padding due to the font-size modification
This commit is contained in:
parent
54e834194b
commit
38cbff11a1
@ -38,6 +38,10 @@ body.grayedout { background-color: #eee !important }
|
||||
color: black;
|
||||
}
|
||||
|
||||
.innerdocbody>div{
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
body.doesWrap {
|
||||
/* white-space: pre-wrap; */
|
||||
|
||||
|
||||
@ -3,8 +3,9 @@ html,
|
||||
body,
|
||||
p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user