remove strange css definition for .wrap (tested with FF and chrome: no change in behaviour), fixes #110

note: these definitions come from some bootstrap docs or examples
This commit is contained in:
Thomas Waldmann 2014-01-26 18:23:33 +01:00
parent 1bf2a0554d
commit 8c372f3f18

View File

@ -9,8 +9,6 @@ html, body {
.wrap { .wrap {
min-height: 100%; min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by its height */ /* Negative indent footer by its height */
margin: 0 auto -120px; margin: 0 auto -120px;
/* Pad bottom by footer height */ /* Pad bottom by footer height */