fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
nicer fragments: no anchors in text, prettier short_text
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
catalogue.css
diff --git
a/wolnelektury/static/css/catalogue.css
b/wolnelektury/static/css/catalogue.css
index
b754299
..
b08d99b
100755
(executable)
--- a/
wolnelektury/static/css/catalogue.css
+++ b/
wolnelektury/static/css/catalogue.css
@@
-1,15
+1,23
@@
-
#books-list ol
{
+
.work-list
{
margin: 0;
padding: 0;
list-style: none;
}
margin: 0;
padding: 0;
list-style: none;
}
-#books-list li {
- display: inline-block;
+.work-item {
margin: 0;
padding: 0;
}
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 {
/* listing of all books */
#book-list {
@@
-54,4
+62,13
@@
border-left: 1px #cfcfcf solid;
padding: 10px;
background-color: white;
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
}
\ No newline at end of file