diff options
Diffstat (limited to 'templates/default.css')
-rw-r--r-- | templates/default.css | 4 |
1 files 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; } |