diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-21 15:09:20 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-21 15:09:20 +0200 |
| commit | 63a64910018cbc029e34ccf93370649a517c96d8 (patch) | |
| tree | d73bccc61f249afe56a30e29d32129d953ed3d53 /budget/static/main.css | |
| parent | a90959ba70eafb3157ac510235d3ecaff143407a (diff) | |
| download | ihatemoney-mirror-63a64910018cbc029e34ccf93370649a517c96d8.zip ihatemoney-mirror-63a64910018cbc029e34ccf93370649a517c96d8.tar.gz ihatemoney-mirror-63a64910018cbc029e34ccf93370649a517c96d8.tar.bz2 | |
some more design fixes
Diffstat (limited to 'budget/static/main.css')
| -rw-r--r-- | budget/static/main.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/budget/static/main.css b/budget/static/main.css index 1bbdf92..5d8b268 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -24,8 +24,8 @@ div.topbar ul.secondary-nav { padding-right: 75px; } #header .slide { font-family: 'Comfortaa', arial, serif; - height: 180px; - margin-top: -40px; + height: 165px; + padding-top: 15px; background-image: url("gradient.png"); background-position: center top; background-repeat: no-repeat; @@ -36,18 +36,22 @@ div.topbar ul.secondary-nav { padding-right: 75px; } margin: 0 auto; } -.about_link:hover { +#header .slide h1{ + margin-bottom: 30px; +} +#header .slide .about_link:hover { color: #ABE128; } #header .slide .about_link { - margin-left: 180px; + margin-left: 220px; padding: 7px 15px; background-color: #222; border-radius: 10px; -moz-border-radius: 10px; color: white; text-decoration: none; + display: inline; } .footer{ |
