diff options
author | xgizzmo <xgizzmo@ampache> | 2006-09-25 21:21:21 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-09-25 21:21:21 +0000 |
commit | 319da06f76e065bdb54b53d87ab79bda2f010882 (patch) | |
tree | 02794d36d73eb0515f7b193cab10eb0e525369e6 /templates | |
parent | 81b0dff16654dd67bc15937bd653fc3f65475359 (diff) | |
download | ampache-319da06f76e065bdb54b53d87ab79bda2f010882.tar.gz ampache-319da06f76e065bdb54b53d87ab79bda2f010882.tar.bz2 ampache-319da06f76e065bdb54b53d87ab79bda2f010882.zip |
fixed typo and a invalid property
Diffstat (limited to 'templates')
-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; } |