From: Dennis Schafroth Date: Tue, 25 Oct 2011 10:59:26 +0000 (+0200) Subject: Fix dis-alignment on tab navigation elements X-Git-Tag: v1.6.4~8 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=484ffd86a82127102e92fca44a5fe221fabf91b7;p=pazpar2-moved-to-github.git Fix dis-alignment on tab navigation elements --- 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; }