summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-30 09:02:51 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-30 09:02:51 +0000
commitbad47cbf856eb6197efff9b5d23c124d147a0441 (patch)
tree103deabb1727537fffa1a0d8d9460cade1b6a4cc /themes
parent9d23c24d8e1decc840a5793affd52b581a6d6515 (diff)
downloadbrdo-bad47cbf856eb6197efff9b5d23c124d147a0441.tar.gz
brdo-bad47cbf856eb6197efff9b5d23c124d147a0441.tar.bz2
#193998 by Rob Loach and quicksketch: profile fields drag and drop
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 473d3d6c1..cc882fca8 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -242,7 +242,7 @@ tr.even td.active {
background-color: #e6f1f7;
}
-td.region, td.module, td.container {
+td.region, td.module, td.container, td.category {
border-top: 1.5em solid #fff;
border-bottom: 1px solid #b4d7f0;
background-color: #d4e7f3;
@@ -250,7 +250,7 @@ td.region, td.module, td.container {
font-weight: bold;
}
-tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
+tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
border-top-width: 0;
}