From 87464b84d0f84597dac5e2d479e6d84a11582469 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 25 Apr 2012 23:07:56 -0700 Subject: [PATCH] please do not set !important on a global link rule kthxbai --- app/assets/stylesheets/new_styles/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/new_styles/_base.scss b/app/assets/stylesheets/new_styles/_base.scss index 4cc2c086d..7d9c6399b 100644 --- a/app/assets/stylesheets/new_styles/_base.scss +++ b/app/assets/stylesheets/new_styles/_base.scss @@ -1,7 +1,7 @@ @import "_new_mixins"; /* new link color */ -a { color : rgb(42,156,235) !important; } +a { color : rgb(42,156,235) } /* bootstrap extentions */ .icon-red { background-image: image_url("img/glyphicons-halflings-red.png"); }