From: Dennis Schafroth Date: Fri, 9 Dec 2011 12:33:25 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 X-Git-Tag: v1.6.7~23 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=66a61997b7de3e13546dca6a0e3fc54fac584e0b;hp=ad7acf71db9e3f66fc4f170605157d810c941e20;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 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); } diff --git a/www/mobile/mobile_client.js b/www/mobile/mobile_client.js index ea0de77..5b96fef 100644 --- a/www/mobile/mobile_client.js +++ b/www/mobile/mobile_client.js @@ -935,7 +935,7 @@ function renderDetails_iphone(data, marker) ; details += renderLinesURL('Location', data["location"], "@name", "md-url_recipe"); - details += '
  • Back
  • '; + details += '
  • Back
  • '; if (coverimagetag.length>0) { details += renderLine(' ', coverimagetag); }