From 3a09357546ab6617a10e04407ef4ec888ed8bab6 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 9 Dec 2011 13:32:00 +0100 Subject: [PATCH] Make termlist bold --- www/mobile/UiUIKit/stylesheets/iphone.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/mobile/UiUIKit/stylesheets/iphone.css b/www/mobile/UiUIKit/stylesheets/iphone.css index 6763b83..051a64e 100644 --- a/www/mobile/UiUIKit/stylesheets/iphone.css +++ b/www/mobile/UiUIKit/stylesheets/iphone.css @@ -234,6 +234,7 @@ list-style-type: none; padding: 10px 10px 10px 10px; border: 1px solid #B4B4B4; + font-weight: bold; -webkit-tap-highlight-color:rgba(0,0,0,0); } -- 1.7.10.4