diff options
author | Alib <aliboba@free.fr> | 2010-03-16 16:15:45 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-16 16:15:45 +0100 |
commit | 596c7b5f68f51489aac115cb7a6d5a622195bd45 (patch) | |
tree | 74b8da3b8fa0da7d4cd7c4f5c139b403ab0d2f16 /css | |
parent | d1f8c381b7aabba27d261274548fa5b51e3dcc94 (diff) | |
download | istreamdev-596c7b5f68f51489aac115cb7a6d5a622195bd45.tar.gz istreamdev-596c7b5f68f51489aac115cb7a6d5a622195bd45.tar.bz2 |
mp3 now functionnal
Diffstat (limited to 'css')
-rw-r--r-- | css/istreamdev.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/istreamdev.css b/css/istreamdev.css index aa07a18..e1da055 100644 --- a/css/istreamdev.css +++ b/css/istreamdev.css @@ -276,7 +276,7 @@ li.track a .numberbox { position: relative; width: 23px; height: 42px; -top: -10px; +top: -12px; display: block; float: left; margin-right: 3px; @@ -299,7 +299,7 @@ li.track a div.timebox { position: relative; width: 30px; height: 42px; -top: -38px; +top: -12px; display: block; float: right; margin-left: 3px; @@ -309,7 +309,7 @@ border-left: 1px solid #333333; li.track a .time { position: absolute; color: #9c9ea0; -top: 13px; +top: 12px; left: 5px; font-size: 14px; } |