fix refresh covers (facepalm)
[redakcja.git] / redakcja / static / css / book.css
index 354a839..c68e46e 100644 (file)
@@ -1,6 +1,6 @@
 body {
     font-size: 16px;
-    font: Georgia, "Times New Roman", serif;
+    font-family: Georgia, "Times New Roman", serif;
     line-height: 1.5em;
     margin: 0;
 }
@@ -24,6 +24,8 @@ a {
 
 img {
     border: none;
+    max-width: 36em;
+    margin-top: 1em;
 }
 
 #logo {
@@ -35,8 +37,8 @@ img {
 
 #menu {
     position: fixed;
-    left: 0em;
-    top: 0em;
+    left: 0;
+    top: 0;
     width: 100%;
     height: 1.5em;
     background: #333;
@@ -66,12 +68,12 @@ img {
 
 #menu li a.menu:hover, #menu li a.menu:active {
     color: #000;
-    background: #FFF url(/media/static/img/arrow-down.png) no-repeat center right;
+    background: #FFF;
 }
 
 #menu li a.menu.selected {
     color: #000;
-    background: #FFF url(/media/static/img/arrow-up.png) no-repeat center right;
+    background: #FFF;
 }
 #menu a.menu-link {
     display: block;
@@ -91,7 +93,7 @@ img {
 
 #toc, #themes, #nota_red, #info {
     position: fixed;
-    left: 0em;
+    left: 0;
     top: 1.5em;
     width: 37em;
     padding: 1.5em;
@@ -107,7 +109,7 @@ img {
 }
 #download {
     position: fixed;
-    left: 0em;
+    left: 0;
     top: 1.5em;
     width: 37em;
     padding: 1.5em;