From: <var...@us...> - 2011-01-07 12:42:57
|
Revision: 7821 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7821&view=rev Author: vargenau Date: 2011-01-07 12:42:51 +0000 (Fri, 07 Jan 2011) Log Message: ----------- img { border: 0; } for all themes Modified Paths: -------------- trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/main.css trunk/themes/Portland/portland.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 trunk/themes/wikilens/wikilens.css Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2011-01-07 12:20:39 UTC (rev 7820) +++ trunk/themes/MacOSX/MacOSX.css 2011-01-07 12:42:51 UTC (rev 7821) @@ -182,10 +182,7 @@ */ a.wikiaction, a.wikiadmin { text-decoration: none; } -/* - * No border on external link icons. - */ -img.linkicon, img.rssicon { border: 0px; } +img { border: 0; } img.rssicon { vertical-align: middle; } img.wiki-button { vertical-align: middle; } @@ -756,7 +753,6 @@ * TeX2png plugin */ img.tex { - border: 0ex; vertical-align: middle; } Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2011-01-07 12:20:39 UTC (rev 7820) +++ trunk/themes/MonoBook/main.css 2011-01-07 12:42:51 UTC (rev 7821) @@ -91,7 +91,7 @@ color: #772233; } img { - border: none; + border: 0; vertical-align: middle; } p { Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2011-01-07 12:20:39 UTC (rev 7820) +++ trunk/themes/Portland/portland.css 2011-01-07 12:42:51 UTC (rev 7821) @@ -12,7 +12,7 @@ } img { - border : 0 none; + border: 0; } .wiki-edithelp { Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2011-01-07 12:20:39 UTC (rev 7820) +++ trunk/themes/Sidebar/sidebar.css 2011-01-07 12:42:51 UTC (rev 7821) @@ -80,8 +80,7 @@ } img { - border: none; - /*vertical-align: middle;*/ + border: 0; } p { margin: .4em 0 .5em 0; Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2011-01-07 12:20:39 UTC (rev 7820) +++ trunk/themes/Wordpress/Wordpress.css 2011-01-07 12:42:51 UTC (rev 7821) @@ -23,7 +23,7 @@ } img { - border : 0 none; + border : 0; } .wiki-edithelp { @@ -864,7 +864,6 @@ * TeX2png plugin */ img.tex { - border: 0ex; vertical-align: middle; } Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2011-01-07 12:20:39 UTC (rev 7820) +++ trunk/themes/blog/Kubrick.css 2011-01-07 12:42:51 UTC (rev 7821) @@ -6,8 +6,6 @@ This is a work in progress - some of the original CSS may need collapsing */ -/* @import url("../default/phpwiki.css"); */ - body { margin: 20px auto; padding: 0; @@ -534,9 +532,10 @@ } /* End Headers */ +/* Begin Images */ +img { border: 0; } -/* Begin Images */ p img { padding: 0; max-width: 100%; @@ -574,8 +573,6 @@ } /* End Images */ - - /* Begin Lists Special stylized non-IE bullets @@ -684,10 +681,6 @@ display: none; } -a img { - border: none; - } - .navigation { display: block; text-align: center; @@ -862,7 +855,6 @@ * TeX2png plugin */ img.tex { - border: 0ex; vertical-align: middle; } Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2011-01-07 12:20:39 UTC (rev 7820) +++ trunk/themes/default/phpwiki.css 2011-01-07 12:42:51 UTC (rev 7821) @@ -12,7 +12,7 @@ /** * General */ -img { border: 0ex; } +img { border: 0; } form { margin: 0ex; } @@ -272,17 +272,9 @@ padding: 0; padding-top: 0.25ex; } -/* -div#logo { - float: right; -} -*/ + #logo img { float: right; - /* Netscape 4 requires this 1px border. - Without it, the paper borders below cause - the white background to disappear. */ - border: 1px black solid; /* "paper" borders */ border-top: 1px #e8e6df solid; border-left: 1px #e8e6df solid; @@ -885,7 +877,6 @@ * TeX2png plugin */ img.tex { - border: 0ex; vertical-align: middle; } @@ -1041,7 +1032,6 @@ /* Link icons */ img.linkicon { vertical-align: middle; } - /** * Edit Page & View Source */ Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2011-01-07 12:20:39 UTC (rev 7820) +++ trunk/themes/fusionforge/fusionforge.css 2011-01-07 12:42:51 UTC (rev 7821) @@ -71,7 +71,7 @@ background-color: white; } -img { border: 0ex; } +img { border: 0; } form { margin: 0ex; } @@ -908,7 +908,6 @@ /* TeX2png plugin ===================================================== */ img.tex { - border: 0ex; vertical-align: middle; } Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2011-01-07 12:20:39 UTC (rev 7820) +++ trunk/themes/shamino_com/shamino_com.css 2011-01-07 12:42:51 UTC (rev 7821) @@ -69,12 +69,11 @@ img { margin:0px; - border:0px; + border:0; padding:0px; } table { -/* position:relative;left:0px;top:0px; */ border: 0px;; padding: 0px; border-spacing: 0px; Modified: trunk/themes/wikilens/wikilens.css =================================================================== --- trunk/themes/wikilens/wikilens.css 2011-01-07 12:20:39 UTC (rev 7820) +++ trunk/themes/wikilens/wikilens.css 2011-01-07 12:42:51 UTC (rev 7821) @@ -36,10 +36,11 @@ border-bottom: 1px #e6e6fa solid; /* lavender */ } +img { border: 0; } + #logo img { margin: 0; float: left; - border: 0; } #toolbar { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |