#967132 by tim.plunkett: Fix hard-coded forum colours.

merge-requests/26/head
Angie Byron 2010-11-14 06:37:31 +00:00
parent 8041e816a2
commit 536b05f778
1 changed files with 6 additions and 3 deletions

View File

@ -143,7 +143,8 @@ table table {
font-size: 1em;
}
table tr th {
background-color: #757575;
background: #757575;
background: rgba(0, 0, 0, 0.51);
border-bottom-style: none;
}
table thead tr th,
@ -164,11 +165,13 @@ tr th {
border-color: rgba(255,255,255,0.18);
}
tr.odd {
background-color: #e4e4e4;
background: #e4e4e4;
background: rgba(0, 0, 0, 0.105)
}
tr,
tr.even {
background-color: #efefef;
background: #efefef;
background: rgba(0, 0, 0, 0.063);
}
table ul.links {
margin: 0;