##// END OF EJS Templates
hgweb: pull line numbers out of main flow of source content...
Paul Fisher -
r24427:811a1842 default
parent child Browse files
Show More
@@ -239,8 +239,9 b' h3 {'
239 239
240 240 .sourcelines > span {
241 241 display: inline-block;
242 box-sizing: border-box;
242 243 width: 100%;
243 padding: 1px 0px;
244 padding: 1px 0px 1px 5em;
244 245 counter-increment: lineno;
245 246 }
246 247
@@ -251,8 +252,8 b' h3 {'
251 252 -ms-user-select: none;
252 253 user-select: none;
253 254 display: inline-block;
255 margin-left: -5em;
254 256 width: 4em;
255 margin-right: 1em;
256 257 font-size: smaller;
257 258 color: #999;
258 259 text-align: right;
General Comments 0
You need to be logged in to leave comments. Login now