Fix line numbers top padding

This old rule was conflicting with new css rules introduced in 1.8.4
This commit is contained in:
Sebastian Castro 2020-09-08 09:53:54 +02:00
parent 9122e5f7e7
commit 8213cb7341
No known key found for this signature in database
GPG key ID: 1529B5349211A859

View file

@ -38,10 +38,6 @@ html.inner-editor {
word-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 {
color: #2e96f3;