mod_http_errors: Normalize CSS
authorKim Alvefur <zash@zash.se>
Sun, 06 Jan 2019 10:42:45 +0100
changeset 9764 88640b3ea6b8
parent 9763 1af5106a2c34
child 9768 2f4240bfd147
mod_http_errors: Normalize CSS
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>