MDL-27294 fix for fusion and overlay zoom text issue

This commit is contained in:
stabijoh
2011-05-17 07:32:01 -04:00
parent 39d106ee76
commit 0cf31e061b
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -15,7 +15,6 @@ body {
#page {
width: 100%;
overflow: hidden;
}
#page-header {
+1 -1
View File
@@ -1,6 +1,6 @@
/** Path: theme pagelayout **/
body {margin:auto 0px;width:auto; height: 100%}
#page {width:100%;overflow:hidden; min-height: 100%;}
#page {width:100%; min-height: 100%;}
#page-content {
clear: both;
position: relative;