From: <var...@us...> - 2014-05-27 09:10:13
|
Revision: 8857 http://sourceforge.net/p/phpwiki/code/8857 Author: vargenau Date: 2014-05-27 09:10:11 +0000 (Tue, 27 May 2014) Log Message: ----------- CSS: you can wrap a.wikiaction in fusionforge Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2014-05-26 14:34:55 UTC (rev 8856) +++ trunk/themes/fusionforge/fusionforge.css 2014-05-27 09:10:11 UTC (rev 8857) @@ -244,7 +244,7 @@ } /* Action buttons */ -a.wikiaction, a.wiki-rc-action, a.wikiunsafe, +a.wiki-rc-action, a.wikiunsafe, input.wikiaction, input.button, input.wikiadmin { text-decoration: none; /* don't wrap text buttons */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |