From: <var...@us...> - 2014-09-26 12:30:02
|
Revision: 9122 http://sourceforge.net/p/phpwiki/code/9122 Author: vargenau Date: 2014-09-26 12:29:57 +0000 (Fri, 26 Sep 2014) Log Message: ----------- Remove redundunt CSS Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/monobook.css trunk/themes/Sidebar/sidebar.css trunk/themes/Wordpress/Wordpress.css trunk/themes/blog/Kubrick.css trunk/themes/default/phpwiki.css trunk/themes/fusionforge/fusionforge.css trunk/themes/shamino_com/shamino_com.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2014-09-26 09:23:38 UTC (rev 9121) +++ trunk/themes/Crao/crao.css 2014-09-26 12:29:57 UTC (rev 9122) @@ -335,7 +335,6 @@ } blockquote.mail-style-quote { - border-left: #FF9933; /* MODIFY-color */ margin: 0; margin-bottom: 1em; border: 1px solid #FF9933; /* MODIFY-color */ Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2014-09-26 09:23:38 UTC (rev 9121) +++ trunk/themes/MacOSX/MacOSX.css 2014-09-26 12:29:57 UTC (rev 9122) @@ -875,7 +875,6 @@ .dialog div.message { background-color: white; color: black; - color: black; margin: 0 1em; padding: 0.5em 0.5em; } @@ -969,7 +968,6 @@ padding: 0.5em; float: right; border: thin solid #888888; - padding: 0.5em; } /* RssFeed */ Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2014-09-26 09:23:38 UTC (rev 9121) +++ trunk/themes/MonoBook/monobook.css 2014-09-26 12:29:57 UTC (rev 9122) @@ -749,10 +749,6 @@ border-left: 1px solid #494f5d; border-bottom: 1px solid #c6d2de; border-right: 1px solid #c6d2de; - padding-top: 1px; - padding-bottom: 1px; - padding-left: .125em; - padding-right: .125em; padding: 0; clear: both; } @@ -1023,7 +1019,7 @@ .portlet h6 { background-color: #ffae2e; - border: 1px solid #2f6fab; + border: 1px #2f6fab; border-style: solid solid none solid; padding: 0 1em 0 1em; text-transform: lowercase; @@ -1061,7 +1057,6 @@ .portlet li { padding: 0; margin: 0 0 0 0; - margin-bottom: 0; } /* @@ -1102,7 +1097,6 @@ height: 86px; width: 86px; background: url("images/wiki_stamp.png") left no-repeat; - background-repeat: no-repeat; overflow: visible; } @@ -1252,7 +1246,6 @@ li#pt-login { /*background: url('images/wikiuser.png') top left bottom no-repeat;*/ background: url('images/wikiuser.png') left no-repeat; - background-repeat: no-repeat; padding-left: 20px; text-transform: none; } @@ -1336,7 +1329,6 @@ /* http://universaleditbutton.org */ #p-cactions li a#btn-edit { background: url('images/UEB16.png') top left no-repeat; - background-repeat: no-repeat; padding-left: 20px !important; text-transform: none; } @@ -1915,7 +1907,6 @@ padding: 0.5em; float: right; border: thin solid #888888; - padding: 0.5em; } div#bottom { Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2014-09-26 09:23:38 UTC (rev 9121) +++ trunk/themes/Sidebar/sidebar.css 2014-09-26 12:29:57 UTC (rev 9122) @@ -1020,7 +1020,7 @@ .portlet h6 { background-color: #ffae2e; - border: 1px solid #2f6fab; + border: 1px #2f6fab; border-style: solid solid none solid; padding: 0 1em 0 1em; /*text-transform: lowercase;*/ @@ -1056,7 +1056,6 @@ .portlet li { padding: 0; margin: 0 0 0 0; - margin-bottom: 0; } /* Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2014-09-26 09:23:38 UTC (rev 9121) +++ trunk/themes/Wordpress/Wordpress.css 2014-09-26 12:29:57 UTC (rev 9122) @@ -513,10 +513,6 @@ border-left: 1px solid #494f5d; border-bottom: 1px solid #c6d2de; border-right: 1px solid #c6d2de; - padding-top: 1px; - padding-bottom: 1px; - padding-left: .125em; - padding-right: .125em; padding: 0; clear: both; } @@ -860,7 +856,6 @@ .dialog div.message { background-color: white; color: black; - color: black; margin: 0 1em; padding: 0.5em 0.5em; } @@ -958,7 +953,6 @@ padding: 0.5em; float: right; border: thin solid #888888; - padding: 0.5em; } /* RssFeed */ Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2014-09-26 09:23:38 UTC (rev 9121) +++ trunk/themes/blog/Kubrick.css 2014-09-26 12:29:57 UTC (rev 9122) @@ -51,7 +51,6 @@ /* http://universaleditbutton.org */ div.actionbuttons a#btn-edit { background: url('images/UEB16.png') bottom left no-repeat; - background-repeat: no-repeat; padding-left: 13px !important; } @@ -749,10 +748,6 @@ border-left: 1px solid #494f5d; border-bottom: 1px solid #c6d2de; border-right: 1px solid #c6d2de; - padding-top: 1px; - padding-bottom: 1px; - padding-left: .125em; - padding-right: .125em; padding: 0; clear: both; } @@ -855,7 +850,6 @@ padding: 0.5em; float: right; border: thin solid #888888; - padding: 0.5em; } /* RssFeed */ Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2014-09-26 09:23:38 UTC (rev 9121) +++ trunk/themes/default/phpwiki.css 2014-09-26 12:29:57 UTC (rev 9122) @@ -129,7 +129,6 @@ input#inp-openid { background: url('images/openid.png') bottom left no-repeat; - background-repeat: no-repeat; padding-left: 18px !important; } @@ -561,10 +560,6 @@ border-left: 1px solid #494f5d; border-bottom: 1px solid #c6d2de; border-right: 1px solid #c6d2de; - padding-top: 1px; - padding-bottom: 1px; - padding-left: .125em; - padding-right: .125em; padding: 0; clear: both; } @@ -908,7 +903,6 @@ .dialog div.message { background-color: white; color: black; - color: black; margin: 0 1em; padding: 0.5em 0.5em; } @@ -1006,7 +1000,6 @@ padding: 0.5em; float: right; border: thin solid #888888; - padding: 0.5em; } /* RssFeed */ @@ -1219,7 +1212,6 @@ /* http://universaleditbutton.org */ div#actionbuttons a#btn-edit { background: url('images/UEB16.png') bottom left no-repeat; - background-repeat: no-repeat; padding-left: 20px !important; padding-right: 0.5em !important; } Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2014-09-26 09:23:38 UTC (rev 9121) +++ trunk/themes/fusionforge/fusionforge.css 2014-09-26 12:29:57 UTC (rev 9122) @@ -1063,7 +1063,6 @@ .dialog div.message { background-color: white; color: black; - color: black; margin: 0 1em; padding: 0.5em 0.5em; } Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2014-09-26 09:23:38 UTC (rev 9121) +++ trunk/themes/shamino_com/shamino_com.css 2014-09-26 12:29:57 UTC (rev 9122) @@ -317,7 +317,6 @@ padding: 0.5em; float: right; border: thin solid #888888; - padding: 0.5em; } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |