Fixed padding on links to external resources.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 30 Jun 2009 19:53:20 +0000 (19:53 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 30 Jun 2009 19:53:20 +0000 (19:53 +0000)
skins/vector/main-ltr.css

index 01fc09c..3c420c3 100644 (file)
@@ -799,32 +799,32 @@ div.firstHeading h1 {
 #content a.external,
 #content a[href ^="gopher://"] {
        background: url(images/external-link-ltr-icon.png) center right no-repeat;
-       padding: 0 13px;
+       padding: 0 13px 0 0;
 }
 #content a[href ^="https://"],
 .link-https {
        background: url(images/lock-icon.png) center right no-repeat;
-       padding: 0 18px;
+       padding: 0 18px 0 0;
 }
 #content a[href ^="mailto:"],
 .link-mailto {
        background: url(images/mail-icon.png) center right no-repeat;
-       padding: 0 18px;
+       padding: 0 18px 0 0;
 }
 #content a[href ^="news://"] {
        background: url(images/news-icon.png) center right no-repeat;
-       padding: 0 18px;
+       padding: 0 18px 0 0;
 }
 #content a[href ^="ftp://"],
 .link-ftp {
        background: url(images/file-icon.png) center right no-repeat;
-       padding: 0 18px;
+       padding: 0 18px 0 0;
 }
 #content a[href ^="irc://"],
 #content a.extiw[href ^="irc://"],
 .link-irc {
        background: url(images/talk-icon.png) center right no-repeat;
-       padding: 0 18px;
+       padding: 0 18px 0 0;
 }
 #content a.external[href $=".ogg"], #content a.external[href $=".OGG"],
 #content a.external[href $=".mid"], #content a.external[href $=".MID"],
@@ -834,7 +834,7 @@ div.firstHeading h1 {
 #content a.external[href $=".wma"], #content a.external[href $=".WMA"],
 .link-audio {
        background: url("images/audio-icon.png") center right no-repeat;
-       padding: 0 18px;
+       padding: 0 18px 0 0;
 }
 #content a.external[href $=".ogm"], #content a.external[href $=".OGM"],
 #content a.external[href $=".avi"], #content a.external[href $=".AVI"],
@@ -842,14 +842,14 @@ div.firstHeading h1 {
 #content a.external[href $=".mpg"], #content a.external[href $=".MPG"],
 .link-video {
        background: url("images/video-icon.png") center right no-repeat;
-       padding: 0 18px;
+       padding: 0 18px 0 0;
 }
 #content a.external[href $=".pdf"], #content a.external[href $=".PDF"],
 #content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"],
 #content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"],
 .link-document {
        background: url("images/document-icon.png") center right no-repeat;
-       padding: 0 18px;
+       padding: 0 18px 0 0;
 }
 /* Interwiki Styling  (Disabled) */
 #content a.extiw,