From: Michael M Slusarz Date: Tue, 9 Mar 2010 03:27:41 +0000 (-0700) Subject: IE5/Mac is no longer supported X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=89bca7f749db1780dca80363d6f3d8c89f899df4;p=horde.git IE5/Mac is no longer supported --- diff --git a/framework/Core/lib/Horde/Themes.php b/framework/Core/lib/Horde/Themes.php index b1a02bf51..b8a4214fb 100644 --- a/framework/Core/lib/Horde/Themes.php +++ b/framework/Core/lib/Horde/Themes.php @@ -179,9 +179,6 @@ class Horde_Themes $css_list[] = 'ie7'; } elseif ($ie_major < 7) { $css_list[] = 'ie6_or_less'; - if ($GLOBALS['browser']->getPlatform() == 'mac') { - $css_list[] = 'ie5mac'; - } } break; diff --git a/horde/themes/ie5mac.css b/horde/themes/ie5mac.css deleted file mode 100644 index 4c5ce81ef..000000000 --- a/horde/themes/ie5mac.css +++ /dev/null @@ -1,23 +0,0 @@ -/** - * CSS corrections for IE5/Mac. - */ - -#menu li { - width: 40px; -} -.tabset { - white-space: nowrap; -} -.tabset li a { - float: left; -} -#sidebarPanel { - padding-bottom: 30px; -} -.header { - clear: none; -} -.header ul { - width: 1%; - white-space: nowrap; -} diff --git a/koward/www/htdocs/horde/themes/ie5mac.css b/koward/www/htdocs/horde/themes/ie5mac.css deleted file mode 100644 index 4c5ce81ef..000000000 --- a/koward/www/htdocs/horde/themes/ie5mac.css +++ /dev/null @@ -1,23 +0,0 @@ -/** - * CSS corrections for IE5/Mac. - */ - -#menu li { - width: 40px; -} -.tabset { - white-space: nowrap; -} -.tabset li a { - float: left; -} -#sidebarPanel { - padding-bottom: 30px; -} -.header { - clear: none; -} -.header ul { - width: 1%; - white-space: nowrap; -}