mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 17:20:29 +00:00
Removed the unnecessary override and the !important from .wrap
In the sticky footer example there were some weird stuff..
This commit is contained in:
parent
abad169f4b
commit
7823136a79
1 changed files with 2 additions and 3 deletions
|
|
@ -10,8 +10,7 @@ body {
|
|||
/* Wrapper for page content to push down footer */
|
||||
#wrap {
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
/* Negative indent footer by its height */
|
||||
margin: 0 auto -60px;
|
||||
/* Pad bottom by footer height */
|
||||
|
|
@ -36,4 +35,4 @@ body {
|
|||
}
|
||||
.container .credit {
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue