diff options
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/header.html b/header.html index 7b95bf6..9c9c6c6 100644 --- a/header.html +++ b/header.html @@ -7,7 +7,7 @@ <title>{{TITLE}}</title> <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" /> - <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style> + <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style> </head> <nav> |