summaryrefslogtreecommitdiffstats
path: root/templates/default.css
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 17:22:38 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 17:22:38 +0000
commitab076e07058f75de17cfdbe311d35753f9da7b43 (patch)
tree2b67d2bf550901db2bdff3835bc126865145bed2 /templates/default.css
parentaa16b0a34a4713e0b215746bd4a2c4ba02c1f2c0 (diff)
downloadampache-ab076e07058f75de17cfdbe311d35753f9da7b43.tar.gz
ampache-ab076e07058f75de17cfdbe311d35753f9da7b43.tar.bz2
ampache-ab076e07058f75de17cfdbe311d35753f9da7b43.zip
changelog dont lie, truth change... list header stuff actually exists now
Diffstat (limited to 'templates/default.css')
-rw-r--r--templates/default.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/default.css b/templates/default.css
index d94cd4f0..5939425a 100644
--- a/templates/default.css
+++ b/templates/default.css
@@ -535,6 +535,15 @@ li.current-rating{
.box-top {
background: url(../themes/classic/images/top.gif);
}
+/* List Header Styles */
+.list-header {
+ text-decoration: none;
+}
+.list-header:hover {
+ color:#071fd4;
+}
+
+
.confirmation-box {
padding-left:5px;
padding-top:5px;