Commit 7823136a authored by Lipis's avatar Lipis

Removed the unnecessary override and the !important from .wrap

In the sticky footer example there were some weird stuff..
parent abad169f
...@@ -10,8 +10,7 @@ body { ...@@ -10,8 +10,7 @@ body {
/* Wrapper for page content to push down footer */ /* Wrapper for page content to push down footer */
#wrap { #wrap {
min-height: 100%; min-height: 100%;
height: auto !important; height: auto;
height: 100%;
/* Negative indent footer by its height */ /* Negative indent footer by its height */
margin: 0 auto -60px; margin: 0 auto -60px;
/* Pad bottom by footer height */ /* Pad bottom by footer height */
...@@ -36,4 +35,4 @@ body { ...@@ -36,4 +35,4 @@ body {
} }
.container .credit { .container .credit {
margin: 20px 0; margin: 20px 0;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment