From: <var...@us...> - 2014-10-07 15:48:37
|
Revision: 9218 http://sourceforge.net/p/phpwiki/code/9218 Author: vargenau Date: 2014-10-07 15:48:30 +0000 (Tue, 07 Oct 2014) Log Message: ----------- Fix CSS class named-wiki Modified Paths: -------------- trunk/themes/MacOSX/MacOSX.css trunk/themes/default/phpwiki.css trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2014-10-07 15:27:04 UTC (rev 9217) +++ trunk/themes/MacOSX/MacOSX.css 2014-10-07 15:48:30 UTC (rev 9218) @@ -833,7 +833,7 @@ padding: 0.2ex 0.5em; } -div.wikicomment div.wikicomment-footer named-wiki { +div.wikicomment div.wikicomment-footer .named-wiki { font-size: small; } Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2014-10-07 15:27:04 UTC (rev 9217) +++ trunk/themes/default/phpwiki.css 2014-10-07 15:48:30 UTC (rev 9218) @@ -123,8 +123,7 @@ /* for the login template */ div#browse { margin-top: 1px; - margin-bottom: 0.5px; - /*background: #dddddd;*/ + margin-bottom: 1px; } input#inp-openid { @@ -861,7 +860,7 @@ padding: 0.2ex 0.5em; } -div.wikicomment div.wikicomment-footer named-wiki { +div.wikicomment div.wikicomment-footer .named-wiki { font-size: small; } Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2014-10-07 15:27:04 UTC (rev 9217) +++ trunk/themes/fusionforge/fusionforge.css 2014-10-07 15:48:30 UTC (rev 9218) @@ -1021,7 +1021,7 @@ padding: 0.2ex 0.5em; } -div.wikicomment div.wikicomment-footer named-wiki { +div.wikicomment div.wikicomment-footer .named-wiki { font-size: small; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |