This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ualbertalib/discovery
- Loading branch information
Showing
7 changed files
with
315 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* CSS for sticky footers*/ | ||
* { | ||
margin: 0; | ||
} | ||
html, body { | ||
height: 100%; | ||
} | ||
.wrapper { | ||
min-height: 100%; | ||
height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */ | ||
height: 100%; | ||
margin: 0 auto -180px; /* the bottom margin is the negative value of the footer's height */ | ||
} | ||
.footer, .push { | ||
height: 180px; /* .push must be the same height as .footer */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.