2007-09-19 10:33:04 +00:00

39 lines
1.3 KiB
CSS

/**********************************************************************/
/* Template: bulletproof for Serendipity (http://www.s9y.org) */
/* Authors: Matthias Mees, David Cummins and Don Chambers */
/* */
/* Additional IE 5 stylesheet */
/* */
/* http://s9y-bulletproof.com */
/**********************************************************************/
/* IE still seems to produce rounding errors in one */
/* particular layout (2col s-b) which only appear */
/* in higher screen resolutions (> 1280x1024) */
#serendipityLeftSideBar.layout2sb_left {
width: 24%!important;
}
/* 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%;
}
/* fix horizontal navbar display */
#sitenav ul li {
float: left;
width: 10em;
}