From 9307f53e4d0025e6ab284e2383055404babc3785 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 15 Dec 2011 14:16:45 +0100 Subject: [PATCH] Update termlist/navigation font size and weight --- www/mobile/UiUIKit/stylesheets/iphone.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/www/mobile/UiUIKit/stylesheets/iphone.css b/www/mobile/UiUIKit/stylesheets/iphone.css index 051a64e..b4194d6 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; @@ -257,7 +263,7 @@ /* universal arrows */ ul li.img { - border: 1px solid rgb(180,180,180); + border-bottom: 1px solid rgb(180,180,180); } ul li.arrow { @@ -482,7 +488,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; @@ -532,9 +538,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); } -- 1.7.10.4