diff --git a/templates/bulletproof/info.txt b/templates/bulletproof/info.txt index 78241bb8..242ab041 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 9b22a5d2..1bd3ad47 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%; }