fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
changed Fragment.short_html (#309)
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
master.css
diff --git
a/wolnelektury/static/css/master.css
b/wolnelektury/static/css/master.css
index
06c5e34
..
669aeb1
100644
(file)
--- a/
wolnelektury/static/css/master.css
+++ b/
wolnelektury/static/css/master.css
@@
-133,11
+133,12
@@
em {
}
#search-form li {
}
#search-form li {
- margin:
0
;
+ margin:
2px 0 0 5px
;
padding: 0;
list-style: none;
display: block;
float: left;
padding: 0;
list-style: none;
display: block;
float: left;
+ /*margin-left: 5px;*/
}
#search-form li.category, #search-form li.book-title {
}
#search-form li.category, #search-form li.book-title {
@@
-351,6
+352,10
@@
div.shown-tags p, div.all-tags p {
#description {
margin-top: 0.5em;
text-align: justify;
#description {
margin-top: 0.5em;
text-align: justify;
+ overflow: hidden;
+}
+#description-short {
+ display:none;
}
#description .meta {
}
#description .meta {
@@
-872,4
+877,7
@@
div.shown-tags p, div.all-tags p {
font-size: 12px;
color: #FFF;
text-decoration: none;
font-size: 12px;
color: #FFF;
text-decoration: none;
-}
\ No newline at end of file
+}
+#createNewShelf {
+display: none;
+}