]> git.mjollnir.org Git - s9y.git/commitdiff
BP: Added default style for pre to style.css.
authoryellowled <yellowled>
Wed, 19 Sep 2007 10:01:45 +0000 (10:01 +0000)
committeryellowled <yellowled>
Wed, 19 Sep 2007 10:01:45 +0000 (10:01 +0000)
templates/bulletproof/info.txt
templates/bulletproof/style.css

index 78241bb8a073b49b9ed97e740e07d8873ffc78e1..242ab041da17e4e98168b801d2aa61686f462c67 100644 (file)
@@ -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
index 9b22a5d2462e02fc1a1ea2ade9693c97fc223c29..1bd3ad47125e2eda21c4f3828fc6b9588bd22e3b 100644 (file)
@@ -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%;
 }