new book.short_html, unfinished
[wolnelektury.git] / wolnelektury / static / css / catalogue.css
diff --git a/wolnelektury/static/css/catalogue.css b/wolnelektury/static/css/catalogue.css
new file mode 100755 (executable)
index 0000000..c971ca8
--- /dev/null
@@ -0,0 +1,11 @@
+#books-list ol {
+    margin: 0;
+    padding: 0;
+    list-style: none;
+}
+
+#books-list li {
+    display: inline-block;
+    margin: 0;
+    padding: 0;
+}