From c548acf5ec1e99c7aaeca3c5902726f1b04e14ff Mon Sep 17 00:00:00 2001 From: yellowled Date: Wed, 19 Sep 2007 10:01:20 +0000 Subject: [PATCH] BP: Added default style for pre to style.css. --- templates/bulletproof/info.txt | 2 +- templates/bulletproof/style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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%; } -- 2.39.5