diff options
author | Christian Pointner <equinox@ffgraz.net> | 2012-09-08 22:54:00 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2012-09-08 22:54:00 +0000 |
commit | db070dfd879fde28bbe8031128e37e7fda7c4443 (patch) | |
tree | d334d0af93716e3b41078aaa3b79fa5b21e64ce2 /css/ffci.css | |
parent | 6d9fe0a1f2540e6ef76430b35565811beceecadd (diff) |
fine tuning for navigation bullets
Diffstat (limited to 'css/ffci.css')
-rw-r--r-- | css/ffci.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/css/ffci.css b/css/ffci.css index efa3573..a38cc38 100644 --- a/css/ffci.css +++ b/css/ffci.css @@ -86,11 +86,13 @@ div#navigation h1 { color: #273142; font-size: 10pt; text-align: right; - padding: 1em 32px 0 0; + padding-right: 33px; + padding-top: 20px; + line-height: 1.2em; margin: 2.5em 0.5em 0.5em 0.5em; border-bottom: 1px solid #273142; background-repeat: no-repeat; - background-position: right top; + background-position: right bottom; } h1#nav-a { background-image: url("../images/mascotte-a.png"); |