Fixed watch icon positioning in IE6. Converted PNGs to 8bit to improve appearance...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 12 Jan 2011 19:20:51 +0000 (19:20 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 12 Jan 2011 19:20:51 +0000 (19:20 +0000)
skins/vector/images/arrow-down-icon.png
skins/vector/images/watch-icons.png
skins/vector/screen.css

index 0e830bd..437b951 100644 (file)
Binary files a/skins/vector/images/arrow-down-icon.png and b/skins/vector/images/arrow-down-icon.png differ
index 8812816..a287162 100644 (file)
Binary files a/skins/vector/images/watch-icons.png and b/skins/vector/images/watch-icons.png differ
index 4709d90..e0cb9a3 100644 (file)
@@ -1143,11 +1143,18 @@ div#bodyContent {
        width: 26px;
        /* This hides the text but shows the background image */
        padding-top: 3.1em;
+       margin-top: -0.8em;
        height: 0;
        overflow: hidden;
        /* @embed */
        background-image: url(images/watch-icons.png);
 }
+/* IGNORED BY IE6 */
+html > body #ca-unwatch.icon a,
+html > body #ca-watch.icon a {
+       margin-top: 0;
+       padding-top: 3.1em;
+}
 #ca-unwatch.icon a {
        background-position: -43px 60%;
 }