diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-21 14:57:05 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-21 14:57:05 +0200 |
| commit | a90959ba70eafb3157ac510235d3ecaff143407a (patch) | |
| tree | 9ed09d85c0f76c6a9e937328308fc05159dabff5 /budget/static/main.css | |
| parent | b94124866266e63369a5054917c2abfb93da5fe6 (diff) | |
| download | ihatemoney-mirror-a90959ba70eafb3157ac510235d3ecaff143407a.zip ihatemoney-mirror-a90959ba70eafb3157ac510235d3ecaff143407a.tar.gz ihatemoney-mirror-a90959ba70eafb3157ac510235d3ecaff143407a.tar.bz2 | |
include bootstrap.css in the files to avoid weird changes in the future, Add a mention about the freedom of the project. Fixes #16
Diffstat (limited to 'budget/static/main.css')
| -rw-r--r-- | budget/static/main.css | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/budget/static/main.css b/budget/static/main.css index e5d70f0..1bbdf92 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -1,4 +1,4 @@ -@import url(http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css); +@import "bootstrap-1.0.0.min.css"; @import url(http://fonts.googleapis.com/css?family=Lobster|Comfortaa); .topbar h3{ margin-left: 75px; } @@ -15,11 +15,16 @@ div.topbar ul.secondary-nav { padding-right: 75px; } .right h3 { float: right; } #bills { color: black; } -#header{ background-color: #ABE128; height: 180px; padding: 50px 0 0 0;} +#header{ + margin-top: -40px; + background-color: #ABE128; + height: 180px; + padding: 50px 0 0 0; +} + #header .slide { font-family: 'Comfortaa', arial, serif; - height: 140px; - padding: 40px 0 0 0; + height: 180px; margin-top: -40px; background-image: url("gradient.png"); background-position: center top; @@ -44,3 +49,12 @@ div.topbar ul.secondary-nav { padding-right: 75px; } color: white; text-decoration: none; } + +.footer{ + position: absolute; + bottom: 0px; + width: 100%; + text-align: center; + background-color: #fff; + opacity: 0.8; +} |
