Merge branch 'MDL-27294' of git://github.com/epsd/moodle

This commit is contained in:
Sam Hemelryk
2011-06-08 13:38:35 +08:00
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;