diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2006-03-02 15:47:34 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2006-03-02 15:47:34 +0100 |
commit | 3db2a4c0a60b19035cb8a867695408551950522c (patch) | |
tree | fd0a91526d5316731e0fada81763580eaac4e1c8 /lib | |
parent | 7c96e92f0ca5a86b89ff1e7eb72cdde27cf1b57c (diff) | |
download | rpg-3db2a4c0a60b19035cb8a867695408551950522c.tar.gz rpg-3db2a4c0a60b19035cb8a867695408551950522c.tar.bz2 |
removed now unnessary Mac IE css hack
darcs-hash:20060302144734-6e07b-ec07a20645781bc68a47917bc6f2664f15e934da.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/design.css | 7 |
1 files changed, 0 insertions, 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{ |