diff options
| author | Evan Chiu | 2014-10-30 22:52:30 -0400 |
|---|---|---|
| committer | Evan Chiu | 2014-10-30 22:52:30 -0400 |
| commit | 496b780ee2f9af613e3f3b92f86c369d654a6b48 (patch) | |
| tree | 070be919697dc2848b62770c2e5797c56ca50523 /public/stylesheets | |
| parent | 60de545f54eda6c9ce20d78030940bfaa1a34c40 (diff) | |
| download | sipping-point-496b780ee2f9af613e3f3b92f86c369d654a6b48.tar.bz2 | |
Adding style, friends
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/style.css | 40 |
1 files changed, 35 insertions, 5 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 30e047d..edf2c4b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,8 +1,38 @@ +/* Sticky footer styles +-------------------------------------------------- */ +html { + position: relative; + min-height: 100%; +} body { - padding: 50px; - font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; + /* Margin bottom by footer height */ + margin-bottom: 60px; +} +.footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 60px; +} + + +/* Custom page CSS +-------------------------------------------------- */ +/* Not required for template or sticky footer method. */ + +body > .container { + padding: 60px 15px 0; +} +.container .text-muted { + margin: 20px 0; } -a { - color: #00B7FF; -}
\ No newline at end of file +.footer > .container { + padding-right: 15px; + padding-left: 15px; +} + +code { + font-size: 80%; +} |
