From: <var...@us...> - 2009-01-30 18:07:46
|
Revision: 6464 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6464&view=rev Author: vargenau Date: 2009-01-30 18:07:40 +0000 (Fri, 30 Jan 2009) Log Message: ----------- Fix syntax error Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/main.css trunk/themes/Portland/portland.css trunk/themes/Sidebar/monobook.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/Wordpress/Wordpress.css trunk/themes/blog/Kubrick.css trunk/themes/default/phpwiki.css trunk/themes/shamino_com/shamino_com.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2009-01-30 13:57:13 UTC (rev 6463) +++ trunk/themes/Crao/crao.css 2009-01-30 18:07:40 UTC (rev 6464) @@ -1152,8 +1152,7 @@ padding-top: 0.8em; } -table.boxed th, -table.bordered th, +table.boxed th, table.bordered th { font-weight: bold; background-color: #d8d8d8; } Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2009-01-30 13:57:13 UTC (rev 6463) +++ trunk/themes/Hawaiian/Hawaiian.css 2009-01-30 18:07:40 UTC (rev 6464) @@ -506,8 +506,7 @@ padding-top: 0.8em; } -table.boxed th, -table.bordered th, +table.boxed th, table.bordered th { font-weight: bold; background-color: #d8d8d8; } Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2009-01-30 13:57:13 UTC (rev 6463) +++ trunk/themes/MacOSX/MacOSX.css 2009-01-30 18:07:40 UTC (rev 6464) @@ -949,8 +949,7 @@ padding-top: 0.8em; } -table.boxed th, -table.bordered th, +table.boxed th, table.bordered th { font-weight: bold; background-color: #d8d8d8; } Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2009-01-30 13:57:13 UTC (rev 6463) +++ trunk/themes/MonoBook/main.css 2009-01-30 18:07:40 UTC (rev 6464) @@ -1871,8 +1871,7 @@ padding-top: 0.8em; } -table.boxed th, -table.bordered th, +table.boxed th, table.bordered th { font-weight: bold; background-color: #d8d8d8; } Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2009-01-30 13:57:13 UTC (rev 6463) +++ trunk/themes/Portland/portland.css 2009-01-30 18:07:40 UTC (rev 6464) @@ -98,8 +98,7 @@ padding-top: 0.8em; } -table.boxed th, -table.bordered th, +table.boxed th, table.bordered th { font-weight: bold; background-color: #d8d8d8; } Modified: trunk/themes/Sidebar/monobook.css =================================================================== --- trunk/themes/Sidebar/monobook.css 2009-01-30 13:57:13 UTC (rev 6463) +++ trunk/themes/Sidebar/monobook.css 2009-01-30 18:07:40 UTC (rev 6464) @@ -1961,8 +1961,7 @@ padding-top: 0.8em; } -table.boxed th, -table.bordered th, +table.boxed th, table.bordered th { font-weight: bold; background-color: #d8d8d8; } Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2009-01-30 13:57:13 UTC (rev 6463) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2009-01-30 18:07:40 UTC (rev 6464) @@ -630,8 +630,7 @@ padding-top: 0.8em; } -table.boxed th, -table.bordered th, +table.boxed th, table.bordered th { font-weight: bold; background-color: #d8d8d8; } Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2009-01-30 13:57:13 UTC (rev 6463) +++ trunk/themes/Wordpress/Wordpress.css 2009-01-30 18:07:40 UTC (rev 6464) @@ -962,8 +962,7 @@ padding-top: 0.8em; } -table.boxed th, -table.bordered th, +table.boxed th, table.bordered th { font-weight: bold; background-color: #d8d8d8; } Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2009-01-30 13:57:13 UTC (rev 6463) +++ trunk/themes/blog/Kubrick.css 2009-01-30 18:07:40 UTC (rev 6464) @@ -962,9 +962,7 @@ padding-top: 0.8em; } -table.boxed th, -table.bordered th, +table.boxed th, table.bordered th { font-weight: bold; background-color: #d8d8d8; } - Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2009-01-30 13:57:13 UTC (rev 6463) +++ trunk/themes/default/phpwiki.css 2009-01-30 18:07:40 UTC (rev 6464) @@ -990,8 +990,7 @@ padding-top: 0.8em; } -table.boxed th, -table.bordered th, +table.boxed th, table.bordered th { font-weight: bold; background-color: #d8d8d8; } Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2009-01-30 13:57:13 UTC (rev 6463) +++ trunk/themes/shamino_com/shamino_com.css 2009-01-30 18:07:40 UTC (rev 6464) @@ -193,8 +193,7 @@ padding-top: 0.8em; } -table.boxed th, -table.bordered th, +table.boxed th, table.bordered th { font-weight: bold; background-color: #d8d8d8; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |