fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor style fix
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
catalogue.css
diff --git
a/wolnelektury/static/css/catalogue.css
b/wolnelektury/static/css/catalogue.css
index
b754299
..
ff7ea4b
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,8
@@
border-left: 1px #cfcfcf solid;
padding: 10px;
background-color: white;
border-left: 1px #cfcfcf solid;
padding: 10px;
background-color: white;
-}
\ No newline at end of file
+}
+
+
+
+fragment
\ No newline at end of file