diff options
| author | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-09-18 23:38:12 +0200 |
|---|---|---|
| committer | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-09-18 23:39:10 +0200 |
| commit | 681f22f3e47c3fb75fdb1d858b179e945c952596 (patch) | |
| tree | e83246b13d33f30083488b6913e96e261605f5e3 /budget/static | |
| parent | 89e1bbe134bc770d4a3f999a1329bd07522b07cf (diff) | |
| parent | 20ab40690d74befcd8fc75f24f301759840bf43a (diff) | |
| download | ihatemoney-mirror-681f22f3e47c3fb75fdb1d858b179e945c952596.zip ihatemoney-mirror-681f22f3e47c3fb75fdb1d858b179e945c952596.tar.gz ihatemoney-mirror-681f22f3e47c3fb75fdb1d858b179e945c952596.tar.bz2 | |
Merge branch 'master' into auth-forms-usability
Diffstat (limited to 'budget/static')
| -rw-r--r-- | budget/static/main.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/budget/static/main.css b/budget/static/main.css index 3b67195..de3d675 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -1,6 +1,10 @@ @import "bootstrap-1.0.0.min.css"; @import url(http://fonts.googleapis.com/css?family=Lobster|Comfortaa); +html body{ + height: 100%; +} + .topbar h3{ margin-left: 75px; } .topbar ul{ padding-left: 75px; } div.topbar ul.secondary-nav { padding-right: 75px; } @@ -80,8 +84,9 @@ div.topbar ul.secondary-nav { padding-right: 75px; } height: 100px; } -.footer{ - position: absolute; +#footer{ + margin-top: 30px; + position: relative; bottom: 0px; width: 100%; text-align: center; |
