# HG changeset patch # User Alexander Plavin # Date 1374418254 -14400 # Node ID dfc0fe1541d9fec107a37f72a0a6775b79a08a48 # Parent e111d5e6bbbd7f77e72d158929a41af7353f48cf 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. diff -r e111d5e6bbbd -r dfc0fe1541d9 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 {