Dodanie przycisku reload.
[redakcja.git] / project / static / css / html.css
index 8573449..4904a0d 100644 (file)
@@ -1,9 +1,12 @@
+/* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */
 .htmlview {
     font-size: 16px;
     font: Georgia, "Times New Roman", serif;
     line-height: 1.5em;
-    margin: 0;
-    margin: 3em;
+    padding: 3em;
+}
+
+.htmlview div {
     max-width: 36em;
 }