From 79171a196f632ed9b5404428be94c060dca14470 Mon Sep 17 00:00:00 2001 From: donchambers Date: Sun, 11 Nov 2007 20:28:03 +0000 Subject: [PATCH] BP: add override stylesheet for user customization --- templates/bulletproof/index.tpl | 2 ++ templates/bulletproof/override.css | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 templates/bulletproof/override.css diff --git a/templates/bulletproof/index.tpl b/templates/bulletproof/index.tpl index aad853f..df0903c 100644 --- a/templates/bulletproof/index.tpl +++ b/templates/bulletproof/index.tpl @@ -50,6 +50,8 @@ {if $template_option.jscolumns == 'true'}{/if} + + diff --git a/templates/bulletproof/override.css b/templates/bulletproof/override.css new file mode 100644 index 0000000..8be2416 --- /dev/null +++ b/templates/bulletproof/override.css @@ -0,0 +1,12 @@ +/**********************************************************************/ +/* Template: bulletproof for Serendipity (http://www.s9y.org) */ +/* Authors: Matthias Mees, David Cummins and Don Chambers */ +/* */ +/* Override Stylesheet */ +/* */ +/* Provide additional or modified css rules here so bundled bp */ +/* stylesheets require no modification. */ +/* */ +/* http://s9y-bulletproof.com */ +/**********************************************************************/ + -- 2.39.5