Changed MEDIA_URL to /media/
[wolnelektury.git] / media / css / master.css
index f9ff895..aa636f4 100644 (file)
@@ -2,7 +2,7 @@ body {
     margin: 2em;
     font: 70% Verdana, Arial, Helvetica, sans-serif;
     line-height: 1.5em;
-    background: #FFF url(/pliki/img/bg.png) repeat-x;
+    background: #FFF url(/media/img/bg.png) repeat-x;
     color: #000;
 }
 
@@ -43,6 +43,11 @@ h3 {
     color: #333;
 }
 
+em {
+    font-style: normal;
+    background-color: #F5DC7D;
+}
+
 .clearboth {
     clear: both;
 }
@@ -275,7 +280,7 @@ h3 {
 }
 
 .book-thumbnail {
-    background: transparent url(/pliki/img/book.png) no-repeat 0 0;
+    background: transparent url(/media/img/book.png) no-repeat 0 0;
     width: 3em;
     height: 3em;
     float: left;