Switched to a silver non-directional portal-break.png image, which orphans portal...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 5 Jan 2010 18:44:27 +0000 (18:44 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 5 Jan 2010 18:44:27 +0000 (18:44 +0000)
skins/vector/images/portal-break.png [new file with mode: 0644]
skins/vector/main-ltr.css
skins/vector/main-rtl.css

diff --git a/skins/vector/images/portal-break.png b/skins/vector/images/portal-break.png
new file mode 100644 (file)
index 0000000..e81b559
Binary files /dev/null and b/skins/vector/images/portal-break.png differ
index 5ebd505..6688961 100644 (file)
@@ -408,7 +408,7 @@ body {
                margin: 0;
                padding-top: 0.5em;
                margin-left: 1.25em;
-               background-image: url(images/portal-break-ltr.png);
+               background-image: url(images/portal-break.png);
                background-repeat: no-repeat;
                background-position: top left;
        }
index a30d06c..e079737 100644 (file)
@@ -408,7 +408,7 @@ body {
                margin: 0;
                padding-top: 0.5em;
                margin-right: 1.25em;
-               background-image: url(images/portal-break-rtl.png);
+               background-image: url(images/portal-break.png);
                background-repeat: no-repeat;
                background-position: top right;
        }