From 319da06f76e065bdb54b53d87ab79bda2f010882 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Mon, 25 Sep 2006 21:21:21 +0000 Subject: fixed typo and a invalid property --- templates/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default.css b/templates/default.css index d6bd5b98..1da59b93 100644 --- a/templates/default.css +++ b/templates/default.css @@ -326,7 +326,7 @@ div#sidebar{ /* Styles for Now Playing */ #nowplaying{ - clear: all; + clear: both; width: 625px; } @@ -505,7 +505,7 @@ li.current-rating{ background: #f7f7f7; } .box-title { - border-bottom: solid 1px; #000000; + border-bottom: solid 1px #000000; font-size: 1.05em; font-weight: bold; } -- cgit