diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2021-11-03 22:54:46 +0100 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2021-11-03 22:54:46 +0100 |
commit | c2ace51335ab16af4c36e6a4eaa92bb6e5c0f02a (patch) | |
tree | dc4a04a7ed59c898ba332db1f20d0a0c6010b65d /template/header.html | |
parent | 83468c89d19da0d060740d874d03b37a9eebcf03 (diff) |
small css improvements
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} |