From: <var...@us...> - 2016-12-05 14:20:34
|
Revision: 9984 http://sourceforge.net/p/phpwiki/code/9984 Author: vargenau Date: 2016-12-05 14:20:31 +0000 (Mon, 05 Dec 2016) Log Message: ----------- No smaller font for hint Modified Paths: -------------- trunk/themes/MonoBook/monobook.css trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2016-12-05 13:38:13 UTC (rev 9983) +++ trunk/themes/MonoBook/monobook.css 2016-12-05 14:20:31 UTC (rev 9984) @@ -1963,7 +1963,6 @@ .hint { color: black; background-color: #eeeeee; - /* font-size: smaller; */ font-style: italic; margin-left: 3em; padding: 0.5ex 0.5em; Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2016-12-05 13:38:13 UTC (rev 9983) +++ trunk/themes/fusionforge/fusionforge.css 2016-12-05 14:20:31 UTC (rev 9984) @@ -853,7 +853,6 @@ .error, .warning, .debug, .hint { font-weight: bold; - font-size: 11px; text-align: left; border: 1px solid; padding: 0.5em; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |