fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed footnotes highlighting
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
master.css
diff --git
a/wolnelektury/static/css/master.css
b/wolnelektury/static/css/master.css
index
c75c381
..
669aeb1
100644
(file)
--- a/
wolnelektury/static/css/master.css
+++ b/
wolnelektury/static/css/master.css
@@
-352,6
+352,10
@@
div.shown-tags p, div.all-tags p {
#description {
margin-top: 0.5em;
text-align: justify;
+ overflow: hidden;
+}
+#description-short {
+ display:none;
}
#description .meta {
@@
-874,3
+878,6
@@
div.shown-tags p, div.all-tags p {
color: #FFF;
text-decoration: none;
}
+#createNewShelf {
+display: none;
+}