# HG changeset patch # User Alexander Plavin # Date 2013-07-21 14:50:54 # 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 --git a/mercurial/templates/static/style-paper.css b/mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css +++ b/mercurial/templates/static/style-paper.css @@ -250,6 +250,7 @@ h3 { color: #999; text-align: right; content: counters(lineno, "."); + float: left; } .sourcelines > span:target, tr:target td {