From: <var...@us...> - 2009-01-31 14:36:41
|
Revision: 6473 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6473&view=rev Author: vargenau Date: 2009-01-31 14:36:38 +0000 (Sat, 31 Jan 2009) Log Message: ----------- Valid CSS Modified Paths: -------------- trunk/themes/default/phpwiki.css Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2009-01-31 14:33:53 UTC (rev 6472) +++ trunk/themes/default/phpwiki.css 2009-01-31 14:36:38 UTC (rev 6473) @@ -1018,10 +1018,6 @@ 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 @@ a.wikibutton, a.wikibutton:visited, input.wikibutton { background-color: white; border: 0; - -moz-appearance: none; - -moz-box-sizing: content-box; - -moz-border-radius: 0; } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |