From 12a433fe26004e0deb72adaed3aab7adb91db4c5 Mon Sep 17 00:00:00 2001 From: Mikkel Hoegh Date: Wed, 27 Feb 2013 21:12:36 +0000 Subject: [PATCH] Remove !important on generic link styling. Why this was ever there, I have no idea. --- style/typography.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style/typography.css b/style/typography.css index ab2a570..b408918 100644 --- a/style/typography.css +++ b/style/typography.css @@ -38,8 +38,14 @@ account #edit-search-block-form-1-wrapper p{font-size:9px; color:#dfa1ab;} /*-- links --*/ -a, a:link, a:visited, a:active {text-decoration: none; color:#9CB333;} -a:hover{text-decoration: underline !important} +a, a:link, a:visited, a:active { + color:#9CB333; + text-decoration: none; +} + +a:hover{ + text-decoration: underline; +} li a.active{}