BP: Fix for 2col s-b layout in IE (any version).
This commit is contained in:
@ -8,6 +8,13 @@
|
||||
/**********************************************************************/
|
||||
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user