Merge branch 'master' of git@github.com:fnp/redakcja
[redakcja.git] / redakcja / static / css / html.css
index 8884f08..3072d9b 100644 (file)
@@ -370,6 +370,10 @@ div[x-node] > .uwaga {
  * Przypisy
  */
 /* Znaczniki w tekÅ›cie */
+.annotation {
+    font-style: normal;
+}
+
 .htmlview .annotation:before {
     content: "[" counter(main) "]";
     counter-increment: main;
@@ -578,4 +582,4 @@ div[x-node] > .uwaga {
     margin: -0.25em;
     padding: 0.25em;
     border: 1px solid orange;
-}
\ No newline at end of file
+}