From: <var...@us...> - 2017-10-10 11:36:39
|
Revision: 10042 http://sourceforge.net/p/phpwiki/code/10042 Author: vargenau Date: 2017-10-10 11:36:36 +0000 (Tue, 10 Oct 2017) Log Message: ----------- Remove unused CSS: #LSResult, #LSHighlight Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX.css trunk/themes/Wordpress/Wordpress.css trunk/themes/blog/Kubrick.css trunk/themes/default/phpwiki.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2017-10-09 19:57:06 UTC (rev 10041) +++ trunk/themes/Crao/crao.css 2017-10-10 11:36:36 UTC (rev 10042) @@ -507,25 +507,6 @@ width: 100px; } -#LSResult { - position: absolute; - text-align: left; - display: none; - z-index: 100; - background-color: white; - border: 1px solid #d0d0d0; - font-size: 9px; - overflow: hidden; -} - -#LSHighlight { - background-color: #f08000; -} - -#LSResult .evenrow { - background-color: #f0f0f0; -} - /* ****************************** *****MOZ-SIDEBAR Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2017-10-09 19:57:06 UTC (rev 10041) +++ trunk/themes/Hawaiian/Hawaiian.css 2017-10-10 11:36:36 UTC (rev 10042) @@ -573,25 +573,6 @@ font-weight: normal; } -#LSResult { - position: absolute; - text-align: left; - display: none; - z-index: 100; - background-color: white; - border: 1px solid #d0d0d0; - font-size: 9px; - overflow: hidden; -} - -#LSHighlight { - background-color: #f08000; -} - -#LSResult .evenrow { - background-color: #f0f0f0; -} - /* Link icons */ img.linkicon { vertical-align: middle; Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2017-10-09 19:57:06 UTC (rev 10041) +++ trunk/themes/MacOSX/MacOSX.css 2017-10-10 11:36:36 UTC (rev 10042) @@ -597,25 +597,6 @@ font-weight: normal; } -#LSResult { - position: absolute; - text-align: left; - display: none; - z-index: 100; - background-color: white; - border: 1px solid #d0d0d0; - font-size: 9px; - overflow: hidden; -} - -#LSHighlight { - background-color: #f08000; -} - -#LSResult .evenrow { - background-color: #f0f0f0; -} - .clear-floats { clear: both; } Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2017-10-09 19:57:06 UTC (rev 10041) +++ trunk/themes/Wordpress/Wordpress.css 2017-10-10 11:36:36 UTC (rev 10042) @@ -371,25 +371,6 @@ font-weight: normal; } -#LSResult { - position: absolute; - text-align: left; - display: none; - z-index: 100; - background-color: white; - border: 1px solid #d0d0d0; - font-size: 9px; - overflow: hidden; -} - -#LSHighlight { - background-color: #f08000; -} - -#LSResult .evenrow { - background-color: #f0f0f0; -} - /* IncludePage plugin ================================================= */ .transclusion-title { Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2017-10-09 19:57:06 UTC (rev 10041) +++ trunk/themes/blog/Kubrick.css 2017-10-10 11:36:36 UTC (rev 10042) @@ -54,25 +54,6 @@ padding-left: 13px !important; } -#LSResult { - position: absolute; - text-align: left; - display: none; - z-index: 100; - background-color: white; - border: 1px solid #d0d0d0; - font-size: 9px; - overflow: hidden; -} - -#LSHighlight { - background-color: #f08000; -} - -#LSResult .evenrow { - background-color: #f0f0f0; -} - #sitemeter { float: right; } Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2017-10-09 19:57:06 UTC (rev 10041) +++ trunk/themes/default/phpwiki.css 2017-10-10 11:36:36 UTC (rev 10042) @@ -416,25 +416,6 @@ font-weight: normal; } -#LSResult { - position: absolute; - text-align: left; - display: none; - z-index: 100; - background-color: white; - border: 1px solid #d0d0d0; - font-size: 9px; - overflow: hidden; -} - -#LSHighlight { - background-color: #f08000; -} - -#LSResult .evenrow { - background-color: #f0f0f0; -} - /* IncludePage plugin ================================================= */ .transclusion-title { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |