21 lines
860 B
CSS
21 lines
860 B
CSS
/**********************************************************************/
|
|
/* Template: bulletproof for Serendipity (http://www.s9y.org) */
|
|
/* Authors: Matthias Mees, David Cummins and Don Chambers */
|
|
/* */
|
|
/* Additional IE 6 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;
|
|
}
|