changeset 14445:61f51f4a9a3b

coal: use preformatted text for descriptions (issue2835) The coal style was broken here by an earlier change to paper, which shares files.
author Matt Mackall <mpm@selenic.com>
date Fri, 27 May 2011 08:50:27 -0500
parents 1f997134a9d1
children 95715c2f90bf
files mercurial/templates/static/style-coal.css
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 */