##// END OF EJS Templates
coal: hgweb style adds extra blank line in file view (issue4136)...
anuraggoel -
r20577:de48422d stable
parent child Browse files
Show More
@@ -214,6 +214,13 b' h3 {'
214 .source a { color: #999; font-size: smaller; font-family: monospace;}
214 .source a { color: #999; font-size: smaller; font-family: monospace;}
215 .bottomline { border-bottom: 1px solid #999; }
215 .bottomline { border-bottom: 1px solid #999; }
216
216
217 .sourcelines > div {
218 display: inline-block;
219 width: 100%;
220 padding: 1px 0px;
221 counter-increment: lineno;
222 }
223
217 .fileline { font-family: monospace; }
224 .fileline { font-family: monospace; }
218 .fileline img { border: 0; }
225 .fileline img { border: 0; }
219
226
General Comments 0
You need to be logged in to leave comments. Login now