From 8ad3cffb9d37ec7de89a40a00b46afb2ec29012f Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 22 Jul 2010 17:27:35 +0200 Subject: [PATCH] set borders-* to zero px --- www/iphone/UiUIKit/stylesheets/iphone.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/iphone/UiUIKit/stylesheets/iphone.css b/www/iphone/UiUIKit/stylesheets/iphone.css index d7b0438..8bcbc3c 100644 --- a/www/iphone/UiUIKit/stylesheets/iphone.css +++ b/www/iphone/UiUIKit/stylesheets/iphone.css @@ -41,6 +41,7 @@ width: 100%; overflow: hidden; border-bottom-width: 0px; + border-bottom-top: 0px; } #nav li { margin: 10px 5px 0 5px; @@ -48,6 +49,8 @@ padding: 0; margin: 0; list-style: none; + border-bottom-width: 0px; + border-bottom-top: 0px; } #nav a { color: #fff; -- 1.7.10.4