use html5 placeholder and hide labels,
[wolnelektury.git] / wolnelektury / static / css / cite.css
index 4335f2e..d6f9bba 100755 (executable)
@@ -1,4 +1,4 @@
-a.cite {
+.cite {
     display: block;
     color: black;
     background: white;
@@ -121,3 +121,17 @@ a.cite {
     margin: 0;
     padding: 1em;
 }
+
+
+.Fragment-item .fragment {
+       color: black;
+       display: block;
+}
+.Fragment-item .toggle {
+       font-size: 1.1em;
+       display:block;
+       padding: .5em 0;
+}
+.Fragment-item {
+       margin-bottom: 2em;
+}