mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Fix line numbers top padding
This old rule was conflicting with new css rules introduced in 1.8.4
This commit is contained in:
parent
9122e5f7e7
commit
8213cb7341
1 changed files with 0 additions and 4 deletions
|
@ -38,10 +38,6 @@ html.inner-editor {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
#innerdocbody, #sidediv {
|
|
||||||
padding-top: 10px; /* Both must have same top padding, so line number are aligned with the rows */
|
|
||||||
padding-bottom: 10px; /* some space when we scroll to the bottom */
|
|
||||||
}
|
|
||||||
|
|
||||||
#innerdocbody a {
|
#innerdocbody a {
|
||||||
color: #2e96f3;
|
color: #2e96f3;
|
||||||
|
|
Loading…
Reference in a new issue