From 4fecf43894deb10a980441edf72dfa567b64a23d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 25 Sep 2007 03:35:08 +0000 Subject: - Added ability to delete radio and playlist - Tweaked Classic CSS to fix issue with larger fonts - Fixed some javascript update issues due to quoting on the catalog processes - Fixed display of the MOTD --- themes/classic/templates/default.css | 1 + 1 file changed, 1 insertion(+) (limited to 'themes') diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 0e218fde..8f657374 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -172,6 +172,7 @@ h3#content_title span { background:#c0c0c0 url(../images/rightbar_top.jpg) no-repeat; float:right; font-family: Verdana,Helvetica,sans-serif; + clear:both; } #rightbar ul { list-style:none; } #rightbar a { text-decoration:none; } -- cgit