From: <var...@us...> - 2010-11-26 09:00:58
|
Revision: 7744 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7744&view=rev Author: vargenau Date: 2010-11-26 09:00:52 +0000 (Fri, 26 Nov 2010) Log Message: ----------- signin unused in fusionforge Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-11-26 08:51:05 UTC (rev 7743) +++ trunk/themes/fusionforge/fusionforge.css 2010-11-26 09:00:52 UTC (rev 7744) @@ -95,7 +95,7 @@ /* Add space between the input field and following buttons, but not after the last button. */ div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] { margin-right: 0.5em; } -div#signin, div#actionbuttons { line-height: 3.0ex; } +div#actionbuttons { line-height: 3.0ex; } /* QuestionMark */ .wikiunknown a, .named-wikiunknown a { @@ -290,7 +290,7 @@ /** * Toolbar */ -.toolbar, input.button, #signin { +.toolbar, input.button { font-family: Verdana, Arial, Helvetica, sans-serif; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |