diff options
-rw-r--r-- | skins/ArchLinux/arch.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/skins/ArchLinux/arch.css b/skins/ArchLinux/arch.css index a1856c7a..3b4c38b3 100644 --- a/skins/ArchLinux/arch.css +++ b/skins/ArchLinux/arch.css @@ -64,9 +64,6 @@ html > body #footer ul { margin-left: 170px; } /* highlight current website in the navbar */ #archnavbar ul li.anb-selected a { color: white !important; } -/* don't highlight https links */ -#bodyContent a.external[href ^="https://"], .link-https { background: none; padding: 0; } - /* make tables prettier */ #bodyContent table { border-collapse: collapse; padding: 2px; } #bodyContent td { padding: 2px; } |