From 10e0ef7024c9b6f55b87829f21abb9745dc95cce Mon Sep 17 00:00:00 2001 From: Dario Giovannetti Date: Mon, 3 Feb 2014 18:10:38 +0800 Subject: Use default style for https links Reverts commit e8b7a08c663a0fb392a24c67ec1dea59057f480a Fixes FS#38769 Signed-off-by: Pierre Schmitz --- skins/ArchLinux/arch.css | 3 --- 1 file changed, 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; } -- cgit v1.2.2