remove white gaps in new logstream table colour scheme

This commit is contained in:
BigEd 2010-11-26 22:14:09 +00:00
parent e866a3b58e
commit 019bca0a26
1 changed files with 3 additions and 2 deletions

View File

@ -153,12 +153,13 @@ div#logstreamscroller{
table.logstream {
font-family: monospace;
font-size: 12px;
border-spacing: 2px;
border-collapse: collapse;
text-align:center;
}
td {
# background-color: rgb(237, 240, 249); /* very pale blue */
padding-left: 3px;
padding-right: 3px;
}
td.header {