Add the messaging app. Fixes #8

This commit is contained in:
Trever Fischer
2012-03-08 09:04:43 -05:00
parent 9ca328dd75
commit 77314a81e7
7 changed files with 59 additions and 3 deletions

View File

@@ -116,16 +116,16 @@ td {
padding: 0.5em;
}
tr.header {
thead tr, tr.header {
background-color: #aaa;
color: #000;
}
tr.even {
tbody tr:nth-child(even) {
background-color:#444;
}
tr.odd {
tbody tr:nth-child(odd) {
background-color:#222;
}
@@ -262,3 +262,16 @@ tr.sticky a:link {
font-size:large;
text-decoration: none;
}
#localnav {
border: 2px solid black;
margin-bottom: 1em;
}
#localnav ul {
list-style: none;
}
#localnav ul li {
float: left;
}