diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-02-14 00:56:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-02-14 00:56:07 +0000 |
commit | 8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f (patch) | |
tree | 49fc67aaf19bfbc749c54d22522f31cfea8fabb5 /templates/base.css | |
parent | 704e66d0b489a7d3b0d4dcedc79515e5300732ff (diff) | |
download | ampache-8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f.tar.gz ampache-8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f.tar.bz2 ampache-8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f.zip |
Tweaked how features / bandwidth level is checked, not happy with it.
Diffstat (limited to 'templates/base.css')
-rw-r--r-- | templates/base.css | 6 |
1 files changed, 2 insertions, 4 deletions
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 |