diff options
-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; |