--- /dev/null
+/**********************************************************************/
+/* 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%;
+}
<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]-->