From: <var...@us...> - 2017-10-11 12:27:08
|
Revision: 10047 http://sourceforge.net/p/phpwiki/code/10047 Author: vargenau Date: 2017-10-11 12:27:06 +0000 (Wed, 11 Oct 2017) Log Message: ----------- Remove empty CSS Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MonoBook/monobook.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/default/phpwiki.css trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2017-10-10 15:09:12 UTC (rev 10046) +++ trunk/themes/Crao/crao.css 2017-10-11 12:27:06 UTC (rev 10047) @@ -306,13 +306,6 @@ padding-bottom: 0.5ex; } -/* title */ -div.boxtitrehead { -} - -div.boxtitrehead a.backlinks { -} - div.wikitext { font-size: 1em; line-height: 130%; @@ -391,12 +384,6 @@ color: #333; } -#navbuttons a:visited { -} - -#navbuttons a:hover { -} - /* ****************************** *****SIGNIN @@ -724,12 +711,8 @@ .pagelist { background-color: white; border: 1px #333 dashed; - } -.pagelist thead, .pagelist thead u { -} - .pagelist tr.evenrow { background-color: white; } Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2017-10-10 15:09:12 UTC (rev 10046) +++ trunk/themes/Hawaiian/Hawaiian.css 2017-10-11 12:27:06 UTC (rev 10047) @@ -246,12 +246,6 @@ font-family: Arial, Helvetica, sans-serif; } -.pagelist { -} - -.pagelist thead, .pagelist thead u { -} - .pagelist tr.evenrow { background-color: #eee; } Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2017-10-10 15:09:12 UTC (rev 10046) +++ trunk/themes/MonoBook/monobook.css 2017-10-11 12:27:06 UTC (rev 10047) @@ -1137,7 +1137,6 @@ font-weight: bold; } -/*#searchInput, */ #livesearch, #p-search input.dropdown { text-align: left; width: 9.9em; Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2017-10-10 15:09:12 UTC (rev 10046) +++ trunk/themes/Sidebar/sidebar.css 2017-10-11 12:27:06 UTC (rev 10047) @@ -894,10 +894,6 @@ border: 1px solid gray; } -/* text */ -table.cal td.cal-today a.cal-hide { -} - /* ** keep the whitespace in front of the ^=, hides rule from konqueror ** this is css3, the validator doesn't like it when validating as css2 Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2017-10-10 15:09:12 UTC (rev 10046) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2017-10-11 12:27:06 UTC (rev 10047) @@ -395,12 +395,6 @@ font-family: Arial, Helvetica, sans-serif; } -.pagelist { -} - -.pagelist thead, .pagelist thead u { -} - .pagelist tr.evenrow { background: #111; } @@ -603,10 +597,6 @@ border: 1px solid gray; } -/* text */ -table.cal td.cal-today a.cal-hide { -} - /** * Diff Output */ Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2017-10-10 15:09:12 UTC (rev 10046) +++ trunk/themes/default/phpwiki.css 2017-10-11 12:27:06 UTC (rev 10047) @@ -505,10 +505,6 @@ border: 1px solid gray; } -/* text */ -table.cal td.cal-today a.cal-hide { -} - /** * Diff Output */ Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2017-10-10 15:09:12 UTC (rev 10046) +++ trunk/themes/fusionforge/fusionforge.css 2017-10-11 12:27:06 UTC (rev 10047) @@ -631,10 +631,6 @@ border: 1px solid gray; } -/* text */ -table.cal td.cal-today a.cal-hide { -} - /* Diff plugin ======================================================== */ .diff .prefix { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |