]> git.mjollnir.org Git - s9y.git/commitdiff
BP: Added basic IE5 fixes via additional stylesheet ie5.css.
authoryellowled <yellowled>
Fri, 14 Sep 2007 10:17:34 +0000 (10:17 +0000)
committeryellowled <yellowled>
Fri, 14 Sep 2007 10:17:34 +0000 (10:17 +0000)
templates/bulletproof/ie5.css [new file with mode: 0644]
templates/bulletproof/index.tpl

diff --git a/templates/bulletproof/ie5.css b/templates/bulletproof/ie5.css
new file mode 100644 (file)
index 0000000..a9d5c83
--- /dev/null
@@ -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%;
+}
index 80afc2ea74f888be987dfb39bc599647cba90e17..989d4bd5c1b34ae8794fee60cf28a75e8bcde9f6 100644 (file)
@@ -21,6 +21,9 @@
    <link rel="stylesheet" type="text/css" href="{serendipity_getFile file="base.css"}" />
    <!-- style.css -->
    <link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
+   <!--[if IE 5]>
+   <link rel="stylesheet" type="text/css" href="{serendipity_getFile file="ie5.css"}" />
+   <![endif]-->
    <!--[if IE 6]>
    <link rel="stylesheet" type="text/css" href="{serendipity_getFile file="ie6.css"}" />
    <![endif]-->