Add basic service/site/incident listings to the homepage.

Basic functionality to serve as a test case for core class development.
This commit is contained in:
2011-12-17 01:04:05 +00:00
parent a783317fdf
commit 95d1bcd28e
3 changed files with 43 additions and 1 deletions

View File

@@ -89,4 +89,20 @@ label {
background: lightcyan;
color: darkblue;
margin: 1em;
}
/**
* Page specific content
*/
div.service {
border-top: 1px solid grey;
}
div.site {
margin-left: 5em;
}
div.incident {
margin-left: 2em;
}