From 15fe609e749de5db4209482b1ada28f170c5543f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 3 Mar 2015 01:51:36 -0700 Subject: Remove link underline for external links --- css/common.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'css') diff --git a/css/common.css b/css/common.css index b9e32de..b30bb35 100644 --- a/css/common.css +++ b/css/common.css @@ -57,15 +57,15 @@ a:active { text-decoration: underline; } /* External Links */ -a.external:link { - text-decoration: underline; +a[href^="http"]:link { + text-decoration: none; } -a.external:visited { +a[href^="http"]:visited { } -a.external:hover { +a[href^="http"]:hover { text-decoration: underline; } -a.external:active { +a[href^="http"]:active { text-decoration: underline; } /* }}} */ -- cgit 1.4.1-21-gabe81