# HG changeset patch # User Paul Boddie # Date 1302038696 -7200 # Node ID 26aa78f45d8986a8cc2f687c3507d122c70ff961 # Parent ba89c5d38cebb8888f1567d1990e383d0f30b548 Added missing space between line numbers and annotated lines. diff -r ba89c5d38ceb -r 26aa78f45d89 themes/mercurialweb/static/style-mercurialweb.css --- a/themes/mercurialweb/static/style-mercurialweb.css Tue Apr 05 00:15:39 2011 +0200 +++ b/themes/mercurialweb/static/style-mercurialweb.css Tue Apr 05 23:24:56 2011 +0200 @@ -482,6 +482,7 @@ tr.annotate td.line { font-family: monospace; background-color: #eee; + padding-right: 0.5em; } td.annotate {