From: <var...@us...> - 2010-04-15 09:27:58
|
Revision: 7332 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7332&view=rev Author: vargenau Date: 2010-04-15 09:27:52 +0000 (Thu, 15 Apr 2010) Log Message: ----------- Although color names are case-insensitive, it is recommended to use the mixed capitalization, to make the names more legible Modified Paths: -------------- trunk/themes/Sidebar/monobook.css Modified: trunk/themes/Sidebar/monobook.css =================================================================== --- trunk/themes/Sidebar/monobook.css 2010-04-15 09:04:51 UTC (rev 7331) +++ trunk/themes/Sidebar/monobook.css 2010-04-15 09:27:52 UTC (rev 7332) @@ -996,7 +996,7 @@ cursor: pointer; width: 18px; height: 18px; - border: 1px solid buttonshadow; + border: 1px solid ButtonShadow; } input.searchButton { margin-top: 1px; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |