changeset 19492:dfc0fe1541d9 stable

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.
author Alexander Plavin <me@aplavin.ru>
date Sun, 21 Jul 2013 18:50:54 +0400
parents e111d5e6bbbd
children ca76e77dd663
files mercurial/templates/static/style-paper.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 {