From: yellowled <yellowled>
Date: Wed, 19 Sep 2007 10:01:45 +0000 (+0000)
Subject: BP: Added default style for pre to style.css.
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c15aa0634c9d646c751f7e98350e870dadd470c3;p=s9y.git

BP: Added default style for pre to style.css.
---

diff --git a/templates/bulletproof/info.txt b/templates/bulletproof/info.txt
index 78241bb..242ab04 100644
--- a/templates/bulletproof/info.txt
+++ b/templates/bulletproof/info.txt
@@ -1,4 +1,4 @@
 Name: Bulletproof v1.0 (s9y-bulletproof.com)
 Author: Bulletproof development team
-Date: 2007-09-13
+Date: 2007-09-19
 Require Serendipity: 1.2
diff --git a/templates/bulletproof/style.css b/templates/bulletproof/style.css
index 9b22a5d..1bd3ad4 100644
--- a/templates/bulletproof/style.css
+++ b/templates/bulletproof/style.css
@@ -19,6 +19,13 @@ p {
     text-align: left;
 }
 
+pre {
+    font-family: Courier, monospace;
+    font-size: 90%;
+    line-height: 1em;
+    white-space: pre;
+}
+
 #wrapper {
     font-size: 80%;
 }