# HG changeset patch # User Kim Alvefur <zash@zash.se> # Date 1546767765 -3600 # Node ID 88640b3ea6b8964f83321552f38fd1e58927718e # Parent 1af5106a2c34efe04975ce65a78ca1c878c9651c mod_http_errors: Normalize CSS diff -r 1af5106a2c34 -r 88640b3ea6b8 plugins/mod_http_errors.lua --- a/plugins/mod_http_errors.lua Sun Jan 06 10:39:33 2019 +0100 +++ b/plugins/mod_http_errors.lua Sun Jan 06 10:42:45 2019 +0100 @@ -26,21 +26,24 @@ <meta charset="utf-8"> <title>{title}</title> <style> -body{ - margin-top:14%; - text-align:center; - background-color:#F8F8F8; - font-family:sans-serif; +body { + margin-top : 14%; + text-align : center; + background-color : #F8F8F8; + font-family : sans-serif } -h1{ - font-size:xx-large; + +h1 { + font-size : xx-large } -p{ - font-size:x-large; + +p { + font-size : x-large } + p+p { - font-size:large; - font-family:courier; + font-size : large; + font-family : courier } </style> </head>