From 129bb0cf2ff0d20592f1f7667da262d1a4c995cf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 30 Apr 2012 19:15:16 +0200 Subject: [PATCH] Fix: awful IE --- htdocs/theme/eldy/style.css.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 4519a2756e3..252ffbcb423 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -403,7 +403,7 @@ a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active { padding: 0px 5px 0px 5px; margin: 0px 1px 2px 1px; white-space: nowrap; - text-shadow: 1px 2px 4px #BFBFBF; + text-shadow: 1px 1px 1px #BFBFBF; } a.tmenu:link, a.tmenu:visited { color: #; @@ -416,7 +416,7 @@ a.tmenu:hover, a.tmenu:active { border-top: 1px solid #D8D8D8; border-bottom: 2px solid #F4F4F4; background: #F4F4F4; - text-shadow: 1px 2px 4px #BFBFBF; + text-shadow: 1px 1px 1px #BFBFBF; } a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active { @@ -430,7 +430,7 @@ a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active { border-: 1px solid #D8D8D8; border-bottom: 2px solid #F4F4F4; white-space: nowrap; - text-shadow: 1px 2px 4px #BFBFBF; + text-shadow: 1px 1px 1px #BFBFBF; }