Added pading and negative margin to top message style.
[wolnelektury.git] / media / css / master.css
index 41c40c0..3876138 100644 (file)
@@ -388,3 +388,9 @@ em {
     list-style: none;
 }
 
+#top-message {
+    background-color: #2F4110;
+    color: #FFF;
+    margin:-2em -2em 2em;
+    padding:0.25em 2em 0.5em;
+}