coal: use preformatted text for descriptions (issue2835)
authorMatt Mackall <mpm@selenic.com>
Fri, 27 May 2011 08:50:27 -0500
changeset 14445 61f51f4a9a3b
parent 14444 1f997134a9d1
child 14446 95715c2f90bf
coal: use preformatted text for descriptions (issue2835) The coal style was broken here by an earlier change to paper, which shares files.
mercurial/templates/static/style-coal.css
--- a/mercurial/templates/static/style-coal.css	Fri May 27 10:03:29 2011 +0200
+++ b/mercurial/templates/static/style-coal.css	Fri May 27 08:50:27 2011 -0500
@@ -221,6 +221,8 @@
   border-left: 3px solid #999;
   margin: 1em 0 1em 0;
   padding: .3em;
+  white-space: pre;
+  font-family: monospace;
 }
 
 /* Graph */