set borders-* to zero px
authorDennis Schafroth <dennis@indexdata.com>
Thu, 22 Jul 2010 15:27:35 +0000 (17:27 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 22 Jul 2010 15:27:35 +0000 (17:27 +0200)
www/iphone/UiUIKit/stylesheets/iphone.css

index d7b0438..8bcbc3c 100644 (file)
@@ -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;