From: yellowled Date: Fri, 14 Sep 2007 10:17:34 +0000 (+0000) Subject: BP: Added basic IE5 fixes via additional stylesheet ie5.css. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9d06f718730a29a690b2894f79e7fe2820df0a83;p=s9y.git BP: Added basic IE5 fixes via additional stylesheet ie5.css. --- diff --git a/templates/bulletproof/ie5.css b/templates/bulletproof/ie5.css new file mode 100644 index 0000000..a9d5c83 --- /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%; +} diff --git a/templates/bulletproof/index.tpl b/templates/bulletproof/index.tpl index 80afc2e..989d4bd 100644 --- a/templates/bulletproof/index.tpl +++ b/templates/bulletproof/index.tpl @@ -21,6 +21,9 @@ +