From cdb8682d2863961496714f129f067772a646dcdf Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Fri, 14 Sep 2007 10:15:45 +0000 Subject: [PATCH] BP: Added basic IE5 fixes via additional stylesheet ie5.css. --- templates/bulletproof/ie5.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/bulletproof/ie5.css diff --git a/templates/bulletproof/ie5.css b/templates/bulletproof/ie5.css new file mode 100644 index 00000000..a9d5c838 --- /dev/null +++ b/templates/bulletproof/ie5.css @@ -0,0 +1,24 @@ +/**********************************************************************/ +/* Template: bulletproof for Serendipity (http://www.s9y.org) */ +/* Authors: Matthias Mees, David Cummins and Don Chambers */ +/* */ +/* Additional IE 5 stylesheet */ +/* */ +/* http://s9y-bulletproof.com */ +/**********************************************************************/ + +/* stop the footer from extending the page's height */ +#footer { + height: auto!important; +} + +/* same for sidebar items, apparently */ +.serendipitySideBarItem { + height: auto!important; +} + +/* stop search box from extending its container */ +.serendipitySideBarContent input, +.serendipitySideBarContent select { + width: 70%; +}