mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_http_errors: Normalize CSS
This commit is contained in:
parent
37374ae95e
commit
c3c38cd2b3
1 changed files with 14 additions and 11 deletions
|
@ -26,21 +26,24 @@ local html = [[
|
|||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue