From 8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 14 Feb 2010 00:56:07 +0000 Subject: Tweaked how features / bandwidth level is checked, not happy with it. --- templates/base.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'templates/base.css') diff --git a/templates/base.css b/templates/base.css index ca508c35..834e2c39 100644 --- a/templates/base.css +++ b/templates/base.css @@ -25,7 +25,6 @@ * Tag Definitions *****************/ -/* why god why!? .tag_size1 { font-size:.6em; } @@ -38,12 +37,11 @@ .tag_size4 { font-size:1.2em; } -*/ a.tag_size1, a.tag_size2, a.tag_size3, a.tag_size4 { text-decoration: none; } -/* .hover-add:hover { font-weight:900; } */ /* why god why!? */ -.hover-remove:hover { text-decoration:line-through;} +.hover-add:hover { color: #347C17; } +.hover-remove:hover { color: #FF0000; } /***************** * Generic / Misc -- cgit