diff options
author | martian <martian@ampache> | 2010-02-09 17:44:44 +0000 |
---|---|---|
committer | martian <martian@ampache> | 2010-02-09 17:44:44 +0000 |
commit | 1b35c20dd0a93b143d8b9542743a743e0db66386 (patch) | |
tree | 0500ae3eec1dfb70b66c3ca30e9a61da2c0daba8 /templates/base.css | |
parent | 5e52f0d7ccb6183d7e1b4e5033adad0d08a48eb6 (diff) | |
download | ampache-1b35c20dd0a93b143d8b9542743a743e0db66386.tar.gz ampache-1b35c20dd0a93b143d8b9542743a743e0db66386.tar.bz2 ampache-1b35c20dd0a93b143d8b9542743a743e0db66386.zip |
Adding the bandwidth option to the preferences. This changes the complexity of the UI and toggles album art.
Diffstat (limited to 'templates/base.css')
-rw-r--r-- | templates/base.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base.css b/templates/base.css index db4d7408..ca508c35 100644 --- a/templates/base.css +++ b/templates/base.css @@ -25,6 +25,7 @@ * Tag Definitions *****************/ +/* why god why!? .tag_size1 { font-size:.6em; } @@ -37,10 +38,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; } +/* .hover-add:hover { font-weight:900; } */ /* why god why!? */ .hover-remove:hover { text-decoration:line-through;} /***************** |