From: Marek Stępniowski Date: Fri, 22 Aug 2008 14:35:06 +0000 (+0200) Subject: Added pading and negative margin to top message style. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/d714d53a90d2b2d7c0142e050f2dff77c20d6c7c?ds=sidebyside Added pading and negative margin to top message style. --- diff --git a/media/css/master.css b/media/css/master.css index 4450eb131..3876138c5 100644 --- a/media/css/master.css +++ b/media/css/master.css @@ -391,4 +391,6 @@ em { #top-message { background-color: #2F4110; color: #FFF; -} \ No newline at end of file + margin:-2em -2em 2em; + padding:0.25em 2em 0.5em; +}