From ab9ea71c0e62419ecbc01566469e3423054d8cbc Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 24 Nov 2011 10:13:16 +0100 Subject: [PATCH] New style for ul li img class --- www/iphone/UiUIKit/stylesheets/iphone.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/iphone/UiUIKit/stylesheets/iphone.css b/www/iphone/UiUIKit/stylesheets/iphone.css index e2136ee..6763b83 100644 --- a/www/iphone/UiUIKit/stylesheets/iphone.css +++ b/www/iphone/UiUIKit/stylesheets/iphone.css @@ -255,6 +255,10 @@ /* universal arrows */ + ul li.img { + border: 1px solid rgb(180,180,180); + } + ul li.arrow { background-image: url(../images/chevron.png); background-position: right center; -- 1.7.10.4