fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update librarian
[redakcja.git]
/
redakcja
/
static
/
css
/
html_print.css
diff --git
a/redakcja/static/css/html_print.css
b/redakcja/static/css/html_print.css
index
63a2d43
..
808f095
100644
(file)
--- a/
redakcja/static/css/html_print.css
+++ b/
redakcja/static/css/html_print.css
@@
-1,7
+1,7
@@
/* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */
.htmlview {
font-size: 16px;
/* 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;
}
line-height: 1.5em;
padding: 3em;
}
@@
-195,6
+195,10
@@
font-style: italic;
}
font-style: italic;
}
+.htmlview div.frame {
+ border: 1px darkgray solid;
+}
+
.htmlview hr.spacer {
height: 3em;
visibility: hidden;
.htmlview hr.spacer {
height: 3em;
visibility: hidden;
@@
-234,3
+238,9
@@
font-style: normal;
font-variant: small-caps;
}
font-style: normal;
font-variant: small-caps;
}
+
+.htmlview em.wieksze-odstepy
+{
+ font-style: normal;
+ word-spacing: 1em;
+}