replace logo with png
[wolnelektury.git] / wolnelektury / static / css / screen.css
index 3a344dc..ca00e97 100644 (file)
     margin-top: -20em;
 }
 
-/* LOGO */
-
-#logo a {
-       line-height: 7em;
-}
-
 
 /* HEADER */
 
@@ -99,7 +93,7 @@
 
 #logo {
     position: absolute;
-    top: -1.6em;
+    top: 0;
 }
 
 #user-info {
 #search-button {
        float: right;
 }
+
+
+/* Book list */
+
+#book-list-nav {
+    border-left: 1px solid #CFCFCF;
+    padding: .75em;
+    position: absolute;
+    right: 4em;
+    width: 25em;
+}
\ No newline at end of file