Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorDennis Schafroth <dennis@indexdata.com>
Thu, 15 Dec 2011 13:16:56 +0000 (14:16 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 15 Dec 2011 13:16:56 +0000 (14:16 +0100)
www/mobile/UiUIKit/stylesheets/iphone.css

index 85a6f6d..a247266 100644 (file)
 #nav a {
   color: #fff;
   text-transform: uppercase;
-  font-size: 10px;
+  font-size: 13px;
+  font-weight: bold;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   vertical-align: bottom;
   }
+
+#results {
+    border: 0px;
+}
+
   
   a {
   text-decoration: none;
                                /* universal arrows */
                                
                                ul li.img {
-                                       border: 1px solid rgb(180,180,180);
+                                       border-bottom: 1px solid rgb(180,180,180);
                                        }
                                        
                                ul li.arrow {
                                                                color: #fff;
                                                                /* 002863 rgb(154,159,170) */
                                                                background: rgb(0,40,99) url(../images/bglight.png) top left repeat-x;
-                                                               border-top: 1px solid rgb(0,40,99); /* rgb(165,177,186); */
+                                                               border-top: 0px solid rgb(0,40,99); /* rgb(165,177,186); */
                                                                text-shadow: #666 0 1px 0;
                                                                margin: 0;
                                                                padding: 2px 10px;
                                                                                }
 
                                                                body#normal h4 + ul {
-                                                                   border-top: 0px;
-                                                                   # border-top: 1px solid rgb(152,158,164);
-                                                                   border-bottom: 1px solid rgb(113,125,133);
+                                                                   border-top:    0px solid rgb(113,125,133); 
+                                                                   border-bottom: 0px solid rgb(113,125,133); 
                                                                }