# HG changeset patch # User Matt Mackall # Date 2011-05-27 13:50:27 # Node ID 61f51f4a9a3b2fd76786fe0db88c4a10298975ee # Parent 1f997134a9d1cb1957a5bc894c2ae4b78c74894e coal: use preformatted text for descriptions (issue2835) The coal style was broken here by an earlier change to paper, which shares files. diff --git a/mercurial/templates/static/style-coal.css b/mercurial/templates/static/style-coal.css --- a/mercurial/templates/static/style-coal.css +++ b/mercurial/templates/static/style-coal.css @@ -221,6 +221,8 @@ div.description { border-left: 3px solid #999; margin: 1em 0 1em 0; padding: .3em; + white-space: pre; + font-family: monospace; } /* Graph */