summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorwiki@winston <wiki@winston>2022-04-15 02:23:20 +0000
committerwiki@winston <wiki@winston>2022-04-15 02:48:18 +0000
commit83948b64a6644f3afdd93c2ae456d4d67ff476ba (patch)
tree8f5dcde06ed9a17cb53431b57a4cd3ca0e82b758 /skins
parent46632348e159622c07b115f92ff05c7d36531bd9 (diff)
remove space after links
Diffstat (limited to 'skins')
-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 ; }