Fix dis-alignment on tab navigation elements
authorDennis Schafroth <dennis@indexdata.com>
Tue, 25 Oct 2011 10:59:26 +0000 (12:59 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Tue, 25 Oct 2011 10:59:26 +0000 (12:59 +0200)
www/iphone/UiUIKit/stylesheets/iphone.css

index 8bcbc3c..23e48ff 100644 (file)
                
                        ul li {
                                color: #666;
-                               border-top: 1px solid #B4B4B4;
+                               border-top: 0px;
                                list-style-type: none;  
                                padding: 10px 10px 10px 10px;
                                }
                                /* 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;
                                        }