summaryrefslogtreecommitdiff
path: root/themes/seven
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-07 06:31:48 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-07 06:31:48 +0000
commit6eb529d37d28c2f332cd29fbc1d3b8a74c90b55a (patch)
tree0ae2cc462fb085b8a6181ca19d5822a4e85604c1 /themes/seven
parent9ea09ace775c67e8a7d6bae8d49d8ac6e38b8220 (diff)
downloadbrdo-6eb529d37d28c2f332cd29fbc1d3b8a74c90b55a.tar.gz
brdo-6eb529d37d28c2f332cd29fbc1d3b8a74c90b55a.tar.bz2
#684610 by Jacine: Fixed IE bug: No table-striping in Seven.
Diffstat (limited to 'themes/seven')
-rw-r--r--themes/seven/ie.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/seven/ie.css b/themes/seven/ie.css
index ab8f6fbd3..f56e5c205 100644
--- a/themes/seven/ie.css
+++ b/themes/seven/ie.css
@@ -10,3 +10,11 @@ fieldset .fieldset-legend {
left: 0;
top: 0;
}
+
+/**
+ * Fixes an issue in IE6/IE7 where links in table headers and table row
+ * background colors do not appear.
+ */
+tr {
+ position: relative;
+}