X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e77f342a73c940f16c37f57ffa50edce9caef8f0..f7135da39f77154495d308d05c46e7b30e964d2d:/redakcja/static/css/html_print.css diff --git a/redakcja/static/css/html_print.css b/redakcja/static/css/html_print.css index 81210358..2a493368 100644 --- a/redakcja/static/css/html_print.css +++ b/redakcja/static/css/html_print.css @@ -59,8 +59,15 @@ color: #777; padding: 0 0.5em; width: 7.5em; + + font-style: normal; font-weight: normal; + font-variant: normal; + letter-spacing: 0; + text-transform: none; + text-decoration: none; + font-size: 16px; float: right; margin-right: -9.5em; @@ -188,6 +195,10 @@ font-style: italic; } +.htmlview div.frame { + border: 1px darkgray solid; +} + .htmlview hr.spacer { height: 3em; visibility: hidden;