From 3db2a4c0a60b19035cb8a867695408551950522c Mon Sep 17 00:00:00 2001
From: Andreas Gohr <gohr@cosmocode.de>
Date: Thu, 2 Mar 2006 15:47:34 +0100
Subject: [PATCH] removed now unnessary Mac IE css hack

darcs-hash:20060302144734-6e07b-ec07a20645781bc68a47917bc6f2664f15e934da.gz
---
 lib/tpl/default/design.css | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css
index f23166c21..4005159a9 100644
--- a/lib/tpl/default/design.css
+++ b/lib/tpl/default/design.css
@@ -148,13 +148,6 @@ div.dokuwiki input.button, div.dokuwiki button.button{
   cursor: pointer;
   margin: 1px;
   padding: 0.125em 0.4em;
-  display: inline-block;
-
-  /* Mac IE will not see this and continue with inline-block */
-  /* \*/
-  display: inline;
-  /* */
-
 }
 
 * html div.dokuwiki input.button, * html div.dokuwiki button.button{
-- 
GitLab