Skip to content
Snippets Groups Projects
Commit de48422d authored by anuraggoel's avatar anuraggoel
Browse files

coal: hgweb style adds extra blank line in file view (issue4136)

Now hgweb style='coal' adds no extra blank in file view.
parent 7f865a94
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,13 @@
.source a { color: #999; font-size: smaller; font-family: monospace;}
.bottomline { border-bottom: 1px solid #999; }
.sourcelines > div {
display: inline-block;
width: 100%;
padding: 1px 0px;
counter-increment: lineno;
}
.fileline { font-family: monospace; }
.fileline img { border: 0; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment