diff options
author | Christian Pointner <equinox@ffgraz.net> | 2012-09-08 22:16:17 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2012-09-08 22:16:17 +0000 |
commit | 7d0439eb51c0f3707f919ad2a143d28e244cb434 (patch) | |
tree | 80557142331c5be02a8437cc7f6154096741d67e /css | |
parent | 83e3f3e46ec7b97b3cf9917da504dd39c97a1f42 (diff) |
better info boxes
Diffstat (limited to 'css')
-rw-r--r-- | css/ffci.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/css/ffci.css b/css/ffci.css index 11077ae..dca933d 100644 --- a/css/ffci.css +++ b/css/ffci.css @@ -93,7 +93,7 @@ div#navigation h1 { background-position: right top; } h1#nav-a { - background-image: url("../images/mascotte-a.png"); +g background-image: url("../images/mascotte-a.png"); } h1#nav-b { background-image: url("../images/mascotte-b.png"); @@ -184,8 +184,9 @@ div#content p img { div#meetup { - background-color: #556270; - padding: 0.25em 2em; + border-left: 1px solid #273142; + margin: 2em; + padding: 0.25em 1.5em; font-size: 0.9em; width: 25em; } @@ -213,8 +214,9 @@ div#meetup em { div.infobox { - background-color: #556270; - padding: 0.25em 2em; + border-left: 1px solid #273142; + margin: 2em; + padding: 0.25em 1.5em; } |