diff options
author | Alib <aliboba@free.fr> | 2010-02-23 17:11:55 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-23 17:11:55 +0100 |
commit | dd6e291748779399e9950f8810ffdd4eef1fdd4b (patch) | |
tree | 61a237200b5b364be00c415ffbd012b4a41215f6 /css | |
parent | 988a81e9872dd2964850ddf8ac0677b748ef2fa9 (diff) | |
download | istreamdev-dd6e291748779399e9950f8810ffdd4eef1fdd4b.tar.gz istreamdev-dd6e291748779399e9950f8810ffdd4eef1fdd4b.tar.bz2 |
css mod
Diffstat (limited to 'css')
-rwxr-xr-x | css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 09052c8..05bb515 100755 --- a/css/style.css +++ b/css/style.css @@ -14,7 +14,6 @@ body { } img { border: 0; - margin-top: 5px; } a:hover span.arrow { background-position: 0 -13px!important; @@ -251,6 +250,11 @@ body.ipodlist #footer, body.ipodlist #footer a { color: #4C4C4C; text-shadow: #FFF 0 1px 0; } +.pageitem img { + border: 0; + margin-top: 5px; +} + .pageitem { -webkit-border-radius: 8px; background-color: #fff; |