From: Dennis Schafroth Date: Thu, 15 Dec 2011 13:16:56 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 X-Git-Tag: v1.6.7~21 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=d3e110d0d5e057d795fe394fc20222b6f0ae53c4;hp=7693117e99fa950f78a5aa4189f02ea18ceee7e3;p=pazpar2-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 --- diff --git a/www/mobile/UiUIKit/stylesheets/iphone.css b/www/mobile/UiUIKit/stylesheets/iphone.css index 85a6f6d..a247266 100644 --- a/www/mobile/UiUIKit/stylesheets/iphone.css +++ b/www/mobile/UiUIKit/stylesheets/iphone.css @@ -57,12 +57,18 @@ #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; @@ -258,7 +264,7 @@ /* universal arrows */ ul li.img { - border: 1px solid rgb(180,180,180); + border-bottom: 1px solid rgb(180,180,180); } ul li.arrow { @@ -483,7 +489,7 @@ 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; @@ -533,9 +539,8 @@ } 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); }