Comparison

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
comparison
equal deleted inserted replaced
9759:1af5106a2c34 9760:88640b3ea6b8
24 <html> 24 <html>
25 <head> 25 <head>
26 <meta charset="utf-8"> 26 <meta charset="utf-8">
27 <title>{title}</title> 27 <title>{title}</title>
28 <style> 28 <style>
29 body{ 29 body {
30 margin-top:14%; 30 margin-top : 14%;
31 text-align:center; 31 text-align : center;
32 background-color:#F8F8F8; 32 background-color : #F8F8F8;
33 font-family:sans-serif; 33 font-family : sans-serif
34 } 34 }
35 h1{ 35
36 font-size:xx-large; 36 h1 {
37 font-size : xx-large
37 } 38 }
38 p{ 39
39 font-size:x-large; 40 p {
41 font-size : x-large
40 } 42 }
43
41 p+p { 44 p+p {
42 font-size:large; 45 font-size : large;
43 font-family:courier; 46 font-family : courier
44 } 47 }
45 </style> 48 </style>
46 </head> 49 </head>
47 <body> 50 <body>
48 <h1>{title}</h1> 51 <h1>{title}</h1>