From: <var...@us...> - 2015-04-17 16:18:38
|
Revision: 9687 http://sourceforge.net/p/phpwiki/code/9687 Author: vargenau Date: 2015-04-17 16:18:31 +0000 (Fri, 17 Apr 2015) Log Message: ----------- Remove IE6/IE7 support Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2015-04-17 09:21:14 UTC (rev 9686) +++ trunk/themes/fusionforge/fusionforge.css 2015-04-17 16:18:31 UTC (rev 9687) @@ -479,13 +479,6 @@ margin-right: 10px; } -/* Smaller for IE6 and IE7: else moves the area down */ -.ie67 #actionbuttons li { - padding-left: 0.2em; - padding-right: 0.2em; - margin-right: 5px; -} - #actionbuttons li.bold a { font-weight: bold; } @@ -517,11 +510,6 @@ padding: 2px; } -/* Not for IE6 and IE7: moves the area down */ -.ie67 textarea.wikiedit { - width: auto; -} - #editarea-size { margin-top: 1ex; text-align: right; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |