From 556b5fa554b200b1c85321e52bce2e5471d83e27 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 6 Jun 2007 15:44:57 +0000 Subject: - Use GetConfigDir instead of USRDIR define. - Unification of table markup (still needs some tweaking). - Adaption of styles.css to new table CSS classes. --- themes/redwine/css/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/redwine') 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; } -- cgit v1.2.3