diff mercurial/templates/monoblue/changeset.tmpl @ 26314:119202d4d7a4

monoblue: port code selection without line numbers from gitweb This is adapted from 2239626369f5. It also fixes issue4790 in monoblue; tab characters now have meaningful width on the modified pages (file view, file diff, changeset).
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 23 Sep 2015 16:02:35 +0800
parents e0073dcec588
children 265196cd7d7f
line wrap: on
line diff
--- a/mercurial/templates/monoblue/changeset.tmpl	Tue Sep 22 15:10:24 2015 -0500
+++ b/mercurial/templates/monoblue/changeset.tmpl	Wed Sep 23 16:02:35 2015 +0800
@@ -59,7 +59,7 @@
     {files}
     </table>
 
-    <div class="diff">
+    <div class="diff diffblocks">
     {diff}
     </div>