diff options
author | Dario Giovannetti <dariogiova@gmail.com> | 2014-02-03 18:10:38 +0800 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2014-12-31 11:43:29 +0100 |
commit | 10e0ef7024c9b6f55b87829f21abb9745dc95cce (patch) | |
tree | 13e66a13653bb3fe21df0133a4ce38b0b958e622 /skins/ArchLinux | |
parent | c1f9b1f7b1b77776192048005dcc66dcf3df2bfb (diff) |
Use default style for https links
Reverts commit e8b7a08c663a0fb392a24c67ec1dea59057f480a
Fixes FS#38769
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'skins/ArchLinux')
-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; } |