Minor fixes to statement, services and internal things

Many misc updates
This commit is contained in:
Deon George
2011-10-14 16:44:12 +11:00
parent 7876a16413
commit 56c11507f4
71 changed files with 2192 additions and 677 deletions

View File

@@ -1,33 +0,0 @@
/* CSS for Output Lists */
table.list {
width: 100%;
border: 0px solid #505050;
font-weight: normal;
color: #000000;
font-family: "bitstream vera sans","luxi sans",verdana,geneva,arial,helvetica,sans-serif;
background-color: #99999B;
font-size: 13px;
empty-cells: hide;
}
table.list tr.heading {
color: #FFFFFF;
background-color: #11111A;
font-weight: bold;
}
table.list tr td.title {
color: #000000;
background-color: #0777DD;
}
table.list tr.odd {
background-color: #EEEEEF;
}
table.list tr.even {
background-color: #FFFFFF;
}