diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-23 23:28:18 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-23 23:28:18 +0000 |
commit | 34238a29aade796f30911c567eace0e1518eb470 (patch) | |
tree | 4e0125bd53cc2f75f7a0536ea6479ec82e0ac0ce /templates/default.css | |
parent | 1d08ce31caa68f6da292493fa16432163cbbeddd (diff) | |
download | ampache-34238a29aade796f30911c567eace0e1518eb470.tar.gz ampache-34238a29aade796f30911c567eace0e1518eb470.tar.bz2 ampache-34238a29aade796f30911c567eace0e1518eb470.zip |
to keep infamys eyes from bleeding
Diffstat (limited to 'templates/default.css')
-rw-r--r-- | templates/default.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/default.css b/templates/default.css index 54acfb37..d8fb9ccc 100644 --- a/templates/default.css +++ b/templates/default.css @@ -331,7 +331,7 @@ div#sidebar{ } #np_container1{ - width: 250px; + width: 260px; height: 18px; padding: 0px; margin: 0px; @@ -502,7 +502,11 @@ li.current-rating{ /* Box Related Styles */ .box { padding:0px; - background: #fff; + background: #f7f7f7; +} +.box #box-title { + border-bottom: solid 1px; #000000; + font-weight: bold; } .box-left-top { background: url(../themes/classic/images/topleft.gif) no-repeat; @@ -561,11 +565,9 @@ li.current-rating{ border:1px solid #dddddd; } #nowplaying { - background: #bbbbbb; + width:600px; } .np_row { - display:block; - background: #dddddd; padding-top: 3px; padding-bottom: 3px; } |