From f10c84ffdc1bb7cb7f9ca9a24282473ce70d8daf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 8 Oct 2010 21:46:14 -0600 Subject: [PATCH] Tweaks to mobile CS CSS --- resources/content_server/mobile.css | 3 +++ src/calibre/library/server/mobile.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/content_server/mobile.css b/resources/content_server/mobile.css index 9be755b954..0022b2a134 100644 --- a/resources/content_server/mobile.css +++ b/resources/content_server/mobile.css @@ -13,6 +13,8 @@ font-size: 1.25em; border: 1px solid black; text-color: black; + text-decoration: none; + margin-right: 0.5em; background-color: #ddd; border-top: 1px solid ThreeDLightShadow; border-right: 1px solid ButtonShadow; @@ -70,6 +72,7 @@ div.navigation { padding-right: 0em; overflow: hidden; text-align: center; + text-decoration: none; } #logo { diff --git a/src/calibre/library/server/mobile.py b/src/calibre/library/server/mobile.py index 223e5a5f2d..856363d7db 100644 --- a/src/calibre/library/server/mobile.py +++ b/src/calibre/library/server/mobile.py @@ -121,7 +121,7 @@ def build_index(books, num, search, sort, order, start, total, url_base, CKEYS): book['id'], fmt) ), CLASS('button')) - s.tail = u'\u202f' #   + s.tail = u'' last = s data.append(s)