ui: remove no more needed css code for ep_author_neat

This is the last change in PR #3957.
Closes #3954.
This commit is contained in:
Sebastian Castro 2020-05-01 17:48:43 +02:00 committed by muxator
parent 9587c1c673
commit 88dccfe7ce
4 changed files with 9 additions and 52 deletions

View file

@ -92,13 +92,14 @@ body.doesWrap:not(.noprewrap) > div {
/* ------------------------------------------ */
#sidediv {
font-size: 11px;
font-family: monospace;
padding-right: 5px;
padding-left: 12px;
background-color: transparent;
border-right: 1px solid #ccc;
}
#sidediv .line-number {
font-size: 9px;
padding: 0 10px;
font-family: monospace;
}
#sidedivinner {
text-align: right;
opacity: .9;
@ -109,10 +110,6 @@ body.doesWrap:not(.noprewrap) > div {
.line-numbers-hidden #sidediv .line-number {
display: none;
}
#sidediv:not(.authorColors) #sidedivinner>div:before {
content: none !important;
}
}
#linemetricsdiv {
position: absolute;
left: -1000px;