catalogue style change
[wolnelektury.git] / wolnelektury / static / css / catalogue.css
index b754299..b08d99b 100755 (executable)
@@ -1,15 +1,23 @@
-#books-list ol {
+.work-list {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
-#books-list li {
-    display: inline-block;
+.work-item {
     margin: 0;
     padding: 0;
 }
 
+.books .work-item  {
+    display: inline-block;
+}
+
+
+#tagged-object-list .left-column, #tagged-object-list .right-column {
+    width: 48em;
+}
+
 
 /* listing of all books */
 #book-list {
     border-left: 1px #cfcfcf solid;
     padding: 10px;
     background-color: white;    
+}
+
+
+
+.catalogue-catalogue h2 {
+    font-size: 2em;
+}
+.catalogue-catalogue ul {
+    -moz-column-width: 30em;
 }
\ No newline at end of file