diff options
Diffstat (limited to 'css/ffci.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; } |