/* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */
.htmlview {
font-size: 16px;
- font: Georgia, "Times New Roman", serif;
+ font-family: Georgia, "Times New Roman", serif;
line-height: 1.5em;
padding: 3em;
}
font-style: italic;
}
+.htmlview div.frame {
+ border: 1px darkgray solid;
+}
+
.htmlview hr.spacer {
height: 3em;
visibility: hidden;
font-style: normal;
font-variant: small-caps;
}
+
+.htmlview em.wieksze-odstepy
+{
+ font-style: normal;
+ word-spacing: 1em;
+}