app/assets/stylesheets/layout_application.css in padma-assets-0.0.14 vs app/assets/stylesheets/layout_application.css in padma-assets-0.0.15

- old
+ new

@@ -1,33 +1,34 @@ -body { - font-family: Verdana, Geneva, sans-serif; - color:#4D4D4D; -} - -/* Page Container Styles */ - -.pageContainer { - width:960px; - margin:0px auto; - overflow:auto; -} - -/* Header Styles */ - -.header { - width:auto; - height:70px; -} - -/* Main Body Styles */ - -.main { - /*test*/ - overflow:auto; -} - -/* Footer Styles */ - -.footer { - width:960px; - height:20px; +body { + font-family: Verdana, Geneva, sans-serif; + color:#4D4D4D; +} + + +/* Page Container Styles */ + +.pageContainer { + height: 100%; + margin: 0px auto; +} + +/* Header Styles */ + +.header { + margin:0 auto; + width: auto; +} + +/* Main Body Styles */ + +.main { + /*test*/ + margin:0 auto; + max-width:960px; +} + +/* Footer Styles */ + +.footer { + width:960px; + height:20px; } \ No newline at end of file