summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-23 05:55:46 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-23 05:55:46 +0000
commite19a50d23f2942b4a22c69e5d2e57a1c02f682f8 (patch)
tree3da32719fc4b7bca63d59eb6875e9600052e7b66 /themes
parent41ab2c1f4b163178afebaa74de87867cf5790023 (diff)
downloadbrdo-e19a50d23f2942b4a22c69e5d2e57a1c02f682f8.tar.gz
brdo-e19a50d23f2942b4a22c69e5d2e57a1c02f682f8.tar.bz2
#794954 by rjgoldsborough, canaryMason: Fixed Bartik bug In IE7, footer menu items are not inline
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/ie-rtl.css4
-rw-r--r--themes/bartik/css/ie.css13
2 files changed, 17 insertions, 0 deletions
diff --git a/themes/bartik/css/ie-rtl.css b/themes/bartik/css/ie-rtl.css
index 997e75755..ed901e16e 100644
--- a/themes/bartik/css/ie-rtl.css
+++ b/themes/bartik/css/ie-rtl.css
@@ -36,3 +36,7 @@ ul.action-links li a,
margin: 0;
zoom: 1;
}
+#footer li {
+ display: inline;
+ float: none;
+}
diff --git a/themes/bartik/css/ie.css b/themes/bartik/css/ie.css
index 4029b5c9b..963e96bbe 100644
--- a/themes/bartik/css/ie.css
+++ b/themes/bartik/css/ie.css
@@ -36,3 +36,16 @@ fieldset legend {
.contact-form .resizable-textarea .grippie {
width: 76.3%;
}
+#footer li {
+ float: left; /* LTR */
+}
+#footer-wrapper {
+ color: #c0c0c0;
+}
+#footer-wrapper a {
+ color: #fcfcfc;
+ }
+#footer-wrapper a:hover,
+#footer-wrapper a:focus {
+ color: #fefefe;
+}