coal: use preformatted text for descriptions (issue2835)

The coal style was broken here by an earlier change to paper, which
shares files.
This commit is contained in:
Matt Mackall 2011-05-27 08:50:27 -05:00
parent 63c4bf2469
commit fd5cc95a4a

View File

@ -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 */