# HG changeset patch # User Alexander Plavin # Date 1372933153 -14400 # Node ID 7f0a307443661f36fcfd3c41b6ca67e976329333 # Parent f2e4fdb3dd2738d927137d9164d7d0e1646dafa9 hgweb: wrap lines in file source view diff -r f2e4fdb3dd27 -r 7f0a30744366 mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css Thu Jul 04 14:18:44 2013 +0400 +++ b/mercurial/templates/static/style-paper.css Thu Jul 04 14:19:13 2013 +0400 @@ -218,6 +218,7 @@ display: inline-block; width: 100%; padding: 1px 0px; + white-space: pre-wrap; counter-increment: lineno; }