From 5a19ac27b86e81b04bd2ef0dfee8e29260a3385b Mon Sep 17 00:00:00 2001 From: vargenau Date: Sat, 31 Jan 2009 14:36:38 +0000 Subject: [PATCH] Valid CSS git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6473 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/default/phpwiki.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/themes/default/phpwiki.css b/themes/default/phpwiki.css index cd75bf06b..14a0175fe 100644 --- a/themes/default/phpwiki.css +++ b/themes/default/phpwiki.css @@ -1018,10 +1018,6 @@ input.wikiaction, input.wikiadmin, input.wikiunsafe, input.button { padding: 0.05ex 0.25em 0.1ex 0.25em; height: auto; width: auto; -/* These gecko-specific give CSS parse error: */ - -moz-appearance: none; - -moz-box-sizing: content-box; - -moz-border-radius: 1ex; /* Prevent buttons from overlapping when the toolbar is wrapped. */ line-height: 2.6ex; /*margin: 2ex 0.2em;*/ @@ -1061,9 +1057,6 @@ div#actionbuttons a#btn-edit { a.wikibutton, a.wikibutton:visited, input.wikibutton { background-color: white; border: 0; - -moz-appearance: none; - -moz-box-sizing: content-box; - -moz-border-radius: 0; } /** -- 2.45.2