X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9c31d87a67dca4861c1e609001a6807eba9b6967..a2897126fcbb7725e016535514c32b86add1649d:/media/css/master.css?ds=sidebyside

diff --git a/media/css/master.css b/media/css/master.css
index 4450eb131..30ef55db6 100644
--- a/media/css/master.css
+++ b/media/css/master.css
@@ -1,5 +1,5 @@
 body {
-    margin: 2em;
+    margin: 0 2em 2em 2em;
     font: 70% Verdana, Arial, Helvetica, sans-serif;
     line-height: 1.5em;
     background: #FFF url(/media/img/bg.png) repeat-x;
@@ -61,6 +61,7 @@ em {
 /* ================================== */
 #header {
     position: relative;
+    margin-top: 1.5em;
 }
 
 #header #logo {
@@ -391,4 +392,7 @@ em {
 #top-message {
     background-color: #2F4110;
     color: #FFF;
-}
\ No newline at end of file
+    margin: 0 -2em;
+    padding: 0 2em;
+    line-height: 2em;
+}