diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-17 05:26:11 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-17 05:26:11 +0000 |
commit | 8448a0fc84ba25e6fd949b8162e3d1c96948d808 (patch) | |
tree | f25ba419b76412d0d072e9e9c9ffa7cbbfb36885 /themes/classic/templates | |
parent | d23122dffafa40415b1496c240ebd0b27619ef0f (diff) | |
download | ampache-8448a0fc84ba25e6fd949b8162e3d1c96948d808.tar.gz ampache-8448a0fc84ba25e6fd949b8162e3d1c96948d808.tar.bz2 ampache-8448a0fc84ba25e6fd949b8162e3d1c96948d808.zip |
added shoutbox functionality, only linked from song and album right now also interface for adding could use some improvement and also needs some management stuff to remove stickies etc
Diffstat (limited to 'themes/classic/templates')
-rw-r--r-- | themes/classic/templates/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index b45857ee..80e09acf 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -687,7 +687,7 @@ a.button{padding:1px 3px;} text-indent:-9999em;
}
-.information {
+.information,.information a {
font-size: 0.9em;
font-style: italic;
color: #c0c0c0;
|