From 484ffd86a82127102e92fca44a5fe221fabf91b7 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Tue, 25 Oct 2011 12:59:26 +0200 Subject: [PATCH] Fix dis-alignment on tab navigation elements --- www/iphone/UiUIKit/stylesheets/iphone.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/iphone/UiUIKit/stylesheets/iphone.css b/www/iphone/UiUIKit/stylesheets/iphone.css index 8bcbc3c..23e48ff 100644 --- a/www/iphone/UiUIKit/stylesheets/iphone.css +++ b/www/iphone/UiUIKit/stylesheets/iphone.css @@ -219,7 +219,7 @@ ul li { color: #666; - border-top: 1px solid #B4B4B4; + border-top: 0px; list-style-type: none; padding: 10px 10px 10px 10px; } @@ -229,7 +229,7 @@ /* when you have a first LI item on any list */ li:first-child { - border-top: 0; + border-top: 0px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; } -- 1.7.10.4