From: <var...@us...> - 2014-10-10 08:43:57
|
Revision: 9241 http://sourceforge.net/p/phpwiki/code/9241 Author: vargenau Date: 2014-10-10 08:43:49 +0000 (Fri, 10 Oct 2014) Log Message: ----------- Add warning_msg as synonym of warning Modified Paths: -------------- trunk/themes/MonoBook/monobook.css trunk/themes/Sidebar/sidebar.css trunk/themes/Wordpress/Wordpress.css trunk/themes/default/phpwiki.css Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2014-10-10 08:22:57 UTC (rev 9240) +++ trunk/themes/MonoBook/monobook.css 2014-10-10 08:43:49 UTC (rev 9241) @@ -1926,7 +1926,7 @@ clear: both; } -.warning { +.warning, .warning_msg { color: black; background-color: #eee; margin-top: 1em; Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2014-10-10 08:22:57 UTC (rev 9240) +++ trunk/themes/Sidebar/sidebar.css 2014-10-10 08:43:49 UTC (rev 9241) @@ -1955,7 +1955,7 @@ clear: both; } -.warning { +.warning, .warning_msg { color: black; background-color: #FFCCCC; margin-top: 1em; Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2014-10-10 08:22:57 UTC (rev 9240) +++ trunk/themes/Wordpress/Wordpress.css 2014-10-10 08:43:49 UTC (rev 9241) @@ -620,7 +620,7 @@ clear: both; } -.warning { +.warning, .warning_msg { color: black; background: #eee; margin-top: 1em; Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2014-10-10 08:22:57 UTC (rev 9240) +++ trunk/themes/default/phpwiki.css 2014-10-10 08:43:49 UTC (rev 9241) @@ -666,7 +666,7 @@ clear: both; } -.warning { +.warning, .warning_msg { color: black; background: #eee; margin-top: 1em; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |