]> git.mjollnir.org Git - s9y.git/commitdiff
better formatting for preformatted text
authorPenny Leach <penny@catalyst.net.nz>
Mon, 15 Sep 2008 15:52:36 +0000 (16:52 +0100)
committerPenny Leach <penny@catalyst.net.nz>
Mon, 15 Sep 2008 15:52:36 +0000 (16:52 +0100)
templates/sgn2.0/style.css

index 39a668ba7dccf5db45e25ed0b3181260a390c1be..cf2fec4c6fd17dc786b2227c2e1d3088a3e3029d 100644 (file)
@@ -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;
 }
+