look changes
[wolnelektury.git] / wolnelektury / static / css / catalogue.css
index b754299..ff7ea4b 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 {
@@ -54,4 +62,8 @@
     border-left: 1px #cfcfcf solid;
     padding: 10px;
     background-color: white;    
-}
\ No newline at end of file
+}
+
+
+
+fragment
\ No newline at end of file