summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skins/ArchLinux/arch.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/ArchLinux/arch.css b/skins/ArchLinux/arch.css
index bd655ad5..7f628097 100644
--- a/skins/ArchLinux/arch.css
+++ b/skins/ArchLinux/arch.css
@@ -190,3 +190,7 @@ div#footer {
.isos-table td:nth-child(7) { padding: 8px 12px 8px 12px ; text-align: center ; }
.isos-table td:nth-child(8) { padding: 8px 12px 8px 12px ; text-align: center ; }
.isos-table td:nth-child(7) a:nth-child(2) { padding: 0em 1em 0em 1em !important ; }
+
+/* remove that annoying icon after external links
+ and that annoying space after internal links */
+a.external { padding-right: 0px !important ; background-image: none !important ; }