From e19a50d23f2942b4a22c69e5d2e57a1c02f682f8 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 23 Nov 2010 05:55:46 +0000 Subject: [PATCH] #794954 by rjgoldsborough, canaryMason: Fixed Bartik bug In IE7, footer menu items are not inline --- themes/bartik/css/ie-rtl.css | 4 ++++ themes/bartik/css/ie.css | 13 +++++++++++++ 2 files changed, 17 insertions(+) diff --git a/themes/bartik/css/ie-rtl.css b/themes/bartik/css/ie-rtl.css index 997e75755373..ed901e16e5e8 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 4029b5c9b3d5..963e96bbee7e 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; +}