mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 14:16:17 +02:00
fix: line numbers was not aligned with text
This change partially reverts 0a9d02562d7e, which got released in 1.6.4 due to #3280. Text size and line alignment are now reverted back to their 1.6.3 appearance (thus stay non customizable, for now). Fixes #3378
This commit is contained in:
parent
6dc8ead8c9
commit
9daade0b95
@ -31,17 +31,13 @@ body {
|
||||
body.grayedout { background-color: #eee !important }
|
||||
|
||||
#innerdocbody {
|
||||
font-size: 16px; /* overridden by body.style */
|
||||
font-size: 12px; /* overridden by body.style */
|
||||
font-family:Arial, sans-serif; /* overridden by body.style */
|
||||
line-height: 22px; /* overridden by body.style */
|
||||
line-height: 16px; /* overridden by body.style */
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.innerdocbody>div{
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
body.doesWrap {
|
||||
/* white-space: pre-wrap; */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user