summaryrefslogtreecommitdiffstats
path: root/themes/classic
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-08-06 00:44:15 +0000
committerspocky <spocky@ampache>2007-08-06 00:44:15 +0000
commit573c3014b982bd52f0b6959f51d65dfc86ae35c0 (patch)
tree34ea3716891e14ef9e0c9134f8b9fd8f08b8a6c5 /themes/classic
parentbf6e9f88d8fbd520cf7373fa58ad3c45c76904dd (diff)
downloadampache-573c3014b982bd52f0b6959f51d65dfc86ae35c0.tar.gz
ampache-573c3014b982bd52f0b6959f51d65dfc86ae35c0.tar.bz2
ampache-573c3014b982bd52f0b6959f51d65dfc86ae35c0.zip
fixed ie6/7 side effect (i really love ie :p)
Diffstat (limited to 'themes/classic')
-rw-r--r--themes/classic/templates/default.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 84b96d6b..6fd6c4c6 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -634,8 +634,9 @@ td.user_disabled {
}
.alphabet {
margin:10px;
+ background:transparent; /* fix ie bug */
font-size:10px;
- font-weight:normal;
+ font-weight:normal;
}
.alphabet span {
cursor: pointer;