Added pading and negative margin to top message style.
authorMarek Stępniowski <marek@stepniowski.com>
Fri, 22 Aug 2008 14:35:06 +0000 (16:35 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Fri, 22 Aug 2008 14:35:06 +0000 (16:35 +0200)
media/css/master.css

index 4450eb1..3876138 100644 (file)
@@ -391,4 +391,6 @@ em {
 #top-message {
     background-color: #2F4110;
     color: #FFF;
 #top-message {
     background-color: #2F4110;
     color: #FFF;
-}
\ No newline at end of file
+    margin:-2em -2em 2em;
+    padding:0.25em 2em 0.5em;
+}