Changed status page to use config-check (tentative) and removed time-intensive check in index routing

This commit is contained in:
Duncan Sommerville 2015-01-16 16:15:16 -05:00
parent 2f0b3d423c
commit 44018b2cbf
5 changed files with 201 additions and 67 deletions

View file

@ -1,17 +1,3 @@
html {
background-color: #f5f5f5;
}
body {
padding: 2em 0;
min-width: 600px;
width: 50%;
text-align: center;
margin: 3em auto;
border: 1px solid lightgray;
border-radius: 5em;
}
.logo {
margin-bottom: .5em;
}