From: Penny Leach Date: Mon, 15 Sep 2008 15:52:36 +0000 (+0100) Subject: better formatting for preformatted text X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b6d691c6b613acfc14fbff2a549d1baaed3678b4;p=s9y.git better formatting for preformatted text --- diff --git a/templates/sgn2.0/style.css b/templates/sgn2.0/style.css index 39a668b..cf2fec4 100644 --- a/templates/sgn2.0/style.css +++ b/templates/sgn2.0/style.css @@ -220,6 +220,15 @@ h3, h4 { font-size:12px; color:#666666; } + pre { - line-height:15px; + line-height:12px; + background-color:#eeeeee; + border:1px dashed #999999; + padding:5px; + display:block; + font-family:Bitream Vera Sans Mono, Courier New, Courier, monospace; + margin:5px; + white-space:pre; } +