[PATCH 2 of 3 RFC V5] hgweb: wrap lines in file source view

Alexander Plavin me at aplavin.ru
Fri Jul 5 08:44:10 UTC 2013


# HG changeset patch
# User Alexander Plavin <me at aplavin.ru>
# Date 1372933153 -14400
#      Thu Jul 04 14:19:13 2013 +0400
# Node ID 90a7c8def286e7d8c19c0f8e09b439af591a40fa
# Parent  23cba2af6b5a4502d6aeb3672ef0fa5441bc3a18
hgweb: wrap lines in file source view

diff -r 23cba2af6b5a -r 90a7c8def286 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;
 }
 



More information about the Mercurial-devel mailing list