diff --git a/themes/bartik/css/ie-rtl.css b/themes/bartik/css/ie-rtl.css index 997e75755373167057023612d6ec1f1dec296e6f..ed901e16e5e85247dc79a1dce7c3a60644f41dd0 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 4029b5c9b3d54138f66509a13deeb700b5642eaf..963e96bbee7ed9eb927e929d85bf5a63e882ecb8 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; +}