fixes for web compatibility

This commit is contained in:
Luke
2017-11-24 10:08:29 -07:00
parent 1889c2a2fb
commit 778e9e4706
11 changed files with 98 additions and 15 deletions

30
www/style.css Normal file
View File

@@ -0,0 +1,30 @@
html{padding-bottom: 450px;}
body{margin:40px auto;max-width:650px;line-height:1.6;font-size:18px;color:#333;padding:0
10px}
caption {
font-size: small;
}
table {
margin: 0px auto;
}
h1,h2,h3,h4{text-align:center;line-height:1.2}
footer img {
max-height: 75px;
vertical-align: middle;
padding: 10px;
}
#prev {
max-width: 650px;
}
footer {
font-size: xx-large;
font-weight: bold;
text-align: center;
}