Fixed #623 (annotation and emphasis css)
[redakcja.git] / redakcja / static / css / html.css
index ea292f4..b1bf4d9 100644 (file)
@@ -365,6 +365,10 @@ div[x-node] > .uwaga {
  * Przypisy
  */
 /* Znaczniki w tekÅ›cie */
+.annotation {
+    font-style: normal;
+}
+
 .htmlview .annotation:before {
     content: "[" counter(main) "]";
     counter-increment: main;
@@ -573,4 +577,4 @@ div[x-node] > .uwaga {
     margin: -0.25em;
     padding: 0.25em;
     border: 1px solid orange;
-}
\ No newline at end of file
+}