some new tests, some fixes in old ones
[wolnelektury.git] / wolnelektury / static / css / master.css
index c75c381..669aeb1 100644 (file)
@@ -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;
+}