paper: fix rendering of the first tab in a line in Webkit (issue3990) stable
authorAlexander Plavin <me@aplavin.ru>
Sun, 21 Jul 2013 18:50:54 +0400
branchstable
changeset 19492 dfc0fe1541d9
parent 19491 e111d5e6bbbd
child 19493 ca76e77dd663
paper: fix rendering of the first tab in a line in Webkit (issue3990) This fixes issue3990 for Webkit-browsers, and also older Opera versions. Rendering in firefox is not changed.
mercurial/templates/static/style-paper.css
--- a/mercurial/templates/static/style-paper.css	Sun Jul 21 01:38:04 2013 +0400
+++ b/mercurial/templates/static/style-paper.css	Sun Jul 21 18:50:54 2013 +0400
@@ -250,6 +250,7 @@
   color: #999;
   text-align: right;
   content: counters(lineno, ".");
+  float: left;
 }
 
 .sourcelines > span:target, tr:target td {