* Przypisy
*/
/* Znaczniki w tekście */
+.annotation {
+ font-style: normal;
+}
+
.htmlview .annotation:before {
content: "[" counter(main) "]";
counter-increment: main;
margin: -0.25em;
padding: 0.25em;
border: 1px solid orange;
-}
\ No newline at end of file
+}