diff options
author | Alib <aliboba@free.fr> | 2010-02-19 14:42:10 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-19 14:42:10 +0100 |
commit | 4ae469eba5c9dcb37ffa90bfd5e6beaf2b63ef83 (patch) | |
tree | 609060e68509a7fffe488952978b5c2ec6ba4f45 /css | |
parent | 1cd18f8e4476e911d150e3311ec005f18ba949ca (diff) | |
download | istreamdev-4ae469eba5c9dcb37ffa90bfd5e6beaf2b63ef83.tar.gz istreamdev-4ae469eba5c9dcb37ffa90bfd5e6beaf2b63ef83.tar.bz2 |
fixed cssistreamdev-0.3.6.1
Diffstat (limited to 'css')
-rwxr-xr-x | css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index 2bfe77f..a8a84b1 100755 --- a/css/style.css +++ b/css/style.css @@ -899,8 +899,8 @@ body.list ul img { width: 80px; height: 80px; position: absolute; - left: 5; - top: 5; + left: 5px; + top: 5px; } body.list li.withimage { height: 90px!important; |