mirror of https://github.com/apache/archiva.git
[MRM-1725] truncated line numbers in File Content.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1423145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e52f40533d
commit
c135f41451
|
@ -176,3 +176,9 @@ code {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol.linenums {
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
Loading…
Reference in New Issue