Add the messaging app. Fixes #8
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user