Added pading and negative margin to top message style.
[wolnelektury.git] / media / css / master.css
index 4450eb1..3876138 100644 (file)
@@ -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;
+}