From b6d691c6b613acfc14fbff2a549d1baaed3678b4 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Mon, 15 Sep 2008 16:52:36 +0100 Subject: [PATCH] better formatting for preformatted text --- templates/sgn2.0/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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; } + -- 2.39.5