From: <var...@us...> - 2010-12-20 13:18:15
|
Revision: 7789 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7789&view=rev Author: vargenau Date: 2010-12-20 13:18:08 +0000 (Mon, 20 Dec 2010) Log Message: ----------- No h4 for errors Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/main.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/Wordpress/Wordpress.css trunk/themes/default/phpwiki-modern.css trunk/themes/default/phpwiki-printer.css trunk/themes/default/phpwiki.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2010-12-20 12:47:06 UTC (rev 7788) +++ trunk/themes/Crao/crao.css 2010-12-20 13:18:08 UTC (rev 7789) @@ -1091,7 +1091,7 @@ border: medium solid red; clear: both; } -.errors h4 { +.errors { color: red; margin: 0; padding: 0; Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2010-12-20 12:47:06 UTC (rev 7788) +++ trunk/themes/Hawaiian/Hawaiian.css 2010-12-20 13:18:08 UTC (rev 7789) @@ -396,7 +396,7 @@ font-size: smaller; clear: both; } -.errors h4 { +.errors { color: #87785c; margin: 0; padding: 0; Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2010-12-20 12:47:06 UTC (rev 7788) +++ trunk/themes/MacOSX/MacOSX.css 2010-12-20 13:18:08 UTC (rev 7789) @@ -137,7 +137,7 @@ font-size: smaller; } -.errors h4 { +.errors { color: black; text-decoration: underline; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2010-12-20 12:47:06 UTC (rev 7788) +++ trunk/themes/MonoBook/main.css 2010-12-20 13:18:08 UTC (rev 7789) @@ -1667,7 +1667,7 @@ border: medium solid red; clear: both; } -h4.errors { +.errors { color: red; margin: 0; padding: 0; Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2010-12-20 12:47:06 UTC (rev 7788) +++ trunk/themes/Sidebar/sidebar.css 2010-12-20 13:18:08 UTC (rev 7789) @@ -1734,7 +1734,7 @@ border: medium solid red; clear: both; } -h4.errors { +.errors { color: red; margin: 0; padding: 0; Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2010-12-20 12:47:06 UTC (rev 7788) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2010-12-20 13:18:08 UTC (rev 7789) @@ -551,7 +551,7 @@ border: medium solid red; clear: both; } -.errors h4 { +.errors { color: black; background: red; text-decoration: underline; @@ -813,7 +813,7 @@ margin-bottom: 2ex; padding: 0.5ex 0.25em; } -.errors h4 { +.errors { margin: 0; padding: 0.5ex 0.25em; } Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2010-12-20 12:47:06 UTC (rev 7788) +++ trunk/themes/Wordpress/Wordpress.css 2010-12-20 13:18:08 UTC (rev 7789) @@ -577,7 +577,7 @@ border: medium solid red; clear: both; } -h4.errors { +.errors { color: red; margin: 0; padding: 0; Modified: trunk/themes/default/phpwiki-modern.css =================================================================== --- trunk/themes/default/phpwiki-modern.css 2010-12-20 12:47:06 UTC (rev 7788) +++ trunk/themes/default/phpwiki-modern.css 2010-12-20 13:18:08 UTC (rev 7789) @@ -430,7 +430,7 @@ font-size: smaller; border: thin dashed red; } -.errors h4 { +.errors { color: red; background: inherit; margin: 0; Modified: trunk/themes/default/phpwiki-printer.css =================================================================== --- trunk/themes/default/phpwiki-printer.css 2010-12-20 12:47:06 UTC (rev 7788) +++ trunk/themes/default/phpwiki-printer.css 2010-12-20 13:18:08 UTC (rev 7789) @@ -268,7 +268,7 @@ display: none; */ } -.errors h4 { +.errors { margin: 0; padding: 0; text-decoration: underline; Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2010-12-20 12:47:06 UTC (rev 7788) +++ trunk/themes/default/phpwiki.css 2010-12-20 13:18:08 UTC (rev 7789) @@ -598,7 +598,7 @@ border: medium solid red; clear: both; } -h4.errors { +.errors { color: red; margin: 0; padding: 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |