summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-31 20:24:13 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-31 20:24:13 +0000
commitb4b31c10398f4aea5e347e85dd476abebaaac3f1 (patch)
treec182fab5d81cf8aed5432a3c7638faf384f38db4 /themes/garland
parent6fc055ab906c035355bfb789aed404551db5b45a (diff)
downloadbrdo-b4b31c10398f4aea5e347e85dd476abebaaac3f1.tar.gz
brdo-b4b31c10398f4aea5e347e85dd476abebaaac3f1.tar.bz2
- Patch #745380 by sun: CSS contains too many needless differences between JS and no-JS versions.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/fix-ie-rtl.css1
-rw-r--r--themes/garland/fix-ie.css1
-rw-r--r--themes/garland/style.css2
3 files changed, 1 insertions, 3 deletions
diff --git a/themes/garland/fix-ie-rtl.css b/themes/garland/fix-ie-rtl.css
index 0f7a409cb..8ff6412f9 100644
--- a/themes/garland/fix-ie-rtl.css
+++ b/themes/garland/fix-ie-rtl.css
@@ -36,7 +36,6 @@ fieldset {
/* Prevent fieldsets from shifting when changing collapsed state. */
html.js fieldset.collapsible {
- position: relative;
top: -1em;
}
diff --git a/themes/garland/fix-ie.css b/themes/garland/fix-ie.css
index 03fbedb15..d38a6f8af 100644
--- a/themes/garland/fix-ie.css
+++ b/themes/garland/fix-ie.css
@@ -37,7 +37,6 @@ ul.primary {
/* Prevent fieldsets from shifting when changing collapsed state. */
html.js fieldset.collapsible {
- position: relative;
top: -1em;
}
html.js fieldset.collapsed {
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 9f547053c..611512584 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -910,7 +910,7 @@ html.js fieldset.collapsed .fieldset-legend {
background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}
-html.js fieldset.collapsible legend span.summary {
+.fieldset-legend span.summary {
color: #898989;
}