fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed buttons and hotkeys.
[redakcja.git]
/
project
/
static
/
css
/
html.css
diff --git
a/project/static/css/html.css
b/project/static/css/html.css
index
8573449
..
4904a0d
100644
(file)
--- a/
project/static/css/html.css
+++ b/
project/static/css/html.css
@@
-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;
.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;
}
max-width: 36em;
}