Mercurial > moin > 1.9
changeset 4068:38e9b3922748
rightsidebar theme: Fix for PeekABoo Bug
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Thu, 04 Sep 2008 23:46:08 +0200 |
parents | 7185d43b2504 |
children | b1a690282f20 |
files | wiki/htdocs/rightsidebar/css/msie.css |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/wiki/htdocs/rightsidebar/css/msie.css Tue Sep 02 16:36:29 2008 +0200 +++ b/wiki/htdocs/rightsidebar/css/msie.css Thu Sep 04 23:46:08 2008 +0200 @@ -25,6 +25,9 @@ /* Spans for line-anchors - needed for IE6 and IE7 where omitting the "display: none" triggers rendering bugs. */ span.anchor { display: none; } +/* Fix for PeekABoo Bug */ +#page { min-height: 1%; } + /* Some * html hacks for IE6 and below only (IE7 ignores * html) */ /* IE6 has a bug with rendering of float elements. We workaround this bug by