please do not set !important on a global link rule kthxbai

This commit is contained in:
Maxwell Salzberg 2012-04-25 23:07:56 -07:00
parent fc61df49ce
commit 87464b84d0

View file

@ -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"); }