Fixed #623 (annotation and emphasis css)
authorLukasz Anwajler <lukasz@anwajler.com>
Wed, 21 Jul 2010 09:19:36 +0000 (04:19 -0500)
committerLukasz Anwajler <lukasz@anwajler.com>
Wed, 21 Jul 2010 09:19:36 +0000 (04:19 -0500)
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
+}