diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/redwine/css/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/redwine/css/theme.css b/themes/redwine/css/theme.css index 1e6c627..4e57fae 100644 --- a/themes/redwine/css/theme.css +++ b/themes/redwine/css/theme.css @@ -215,7 +215,7 @@ div.screenshot { ############################## */ -table.edit tr td { +table.formular tr td { background: url(../img/bg_line.png) bottom repeat-x; border-bottom: 1px solid #DA8DA8; } @@ -227,11 +227,11 @@ table.edit tr td { ############################## */ -table.searchresults tr td.head { +table.listing tr td.head { background: #963B5F; } -table.searchresults tr td { +table.listing tr td { background: url(../img/bg_line.png) bottom repeat-x; border-bottom: 1px solid #DA8DA8; } |