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

21 lines
860 B
CSS

/**********************************************************************/
/* Template: bulletproof for Serendipity (http://www.s9y.org) */
/* Authors: Matthias Mees, David Cummins and Don Chambers */
/* */
/* Additional IE 7 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;
}
#footer {
float: none!important;
}