Diff

plugins/mod_http_errors.lua @ 9760:88640b3ea6b8

mod_http_errors: Normalize CSS
author Kim Alvefur <zash@zash.se>
date Sun, 06 Jan 2019 10:42:45 +0100
parent 8364:f91ab40a3105
child 10430:46dd9df2db0c
line wrap: on
line diff
--- 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>