diff options
author | Alib <aliboba@free.fr> | 2010-02-23 13:40:02 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-23 13:40:02 +0100 |
commit | efa9e25c10016600c6a2125ec4eae9e4502b8c05 (patch) | |
tree | 4dd4c34933aac1b50f37c37cffbef7644bf21572 /css | |
parent | 99ebedf5abf6b064fd413512a4df06b3b78f9f62 (diff) | |
download | istreamdev-efa9e25c10016600c6a2125ec4eae9e4502b8c05.tar.gz istreamdev-efa9e25c10016600c6a2125ec4eae9e4502b8c05.tar.bz2 |
fixed margin top img in css
Diffstat (limited to 'css')
-rwxr-xr-x | css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index a8a84b1..09052c8 100755 --- a/css/style.css +++ b/css/style.css @@ -14,6 +14,7 @@ body { } img { border: 0; + margin-top: 5px; } a:hover span.arrow { background-position: 0 -13px!important; |