BP: Fix for 2col s-b layout in IE (any version).
This commit is contained in:
parent
73c7d16ddd
commit
9730caf674
@ -7,6 +7,14 @@
|
|||||||
/* http://s9y-bulletproof.com */
|
/* 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 */
|
/* stop the footer from extending the page's height */
|
||||||
#footer {
|
#footer {
|
||||||
height: auto!important;
|
height: auto!important;
|
||||||
|
@ -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 {
|
#footer {
|
||||||
float: none!important;
|
float: none!important;
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
#footer {
|
||||||
float: none!important;
|
float: none!important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user