diff options
Diffstat (limited to 'template/header.html')
-rw-r--r-- | template/header.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/header.html b/template/header.html index 9d99415..19342a0 100644 --- a/template/header.html +++ b/template/header.html @@ -18,7 +18,8 @@ } h1,h2,h3{line-height:1.2} footer{text-align:center} - pre{overflow-x:auto} + pre,blockquote{overflow-x:auto} + p{text-align:justify} @media print{ body{max-width:none;font-size:1em} .noprint{display:none} |