Index: trunk/phase3/skins/vector/images/portal-break.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/skins/vector/images/portal-break.png |
___________________________________________________________________ |
Name: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -408,7 +408,7 @@ |
409 | 409 | margin: 0; |
410 | 410 | padding-top: 0.5em; |
411 | 411 | margin-left: 1.25em; |
412 | | - background-image: url(images/portal-break-ltr.png); |
| 412 | + background-image: url(images/portal-break.png); |
413 | 413 | background-repeat: no-repeat; |
414 | 414 | background-position: top left; |
415 | 415 | } |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -408,7 +408,7 @@ |
409 | 409 | margin: 0; |
410 | 410 | padding-top: 0.5em; |
411 | 411 | margin-right: 1.25em; |
412 | | - background-image: url(images/portal-break-rtl.png); |
| 412 | + background-image: url(images/portal-break.png); |
413 | 413 | background-repeat: no-repeat; |
414 | 414 | background-position: top right; |
415 | 415 | } |