version number and site name

This commit is contained in:
Ville Rantanen
2018-02-18 09:56:31 +02:00
parent 46e9cea720
commit 57b799472f
5 changed files with 13 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
html{
html {
min-height: 100%;
position: relative;
}
body{
body {
color: slategray;
background-color: ghostwhite;
min-height: 600px;
@@ -30,6 +30,10 @@ a:link {
text-align: center;
padding-top: 7px;
}
.version_number {
font-size: xx-small;
}
td,th {
min-width: 10em;
padding-right: 2em;