summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-12-05 07:48:06 +0100
committerAndrew Dolgov <[email protected]>2007-12-05 07:48:06 +0100
commit7aa958c85fd78445913330693e2dfc0aa81737cb (patch)
tree14151bafe10f815dbd6526ac94cf77f5b8d69302 /mobile
parent8a5ce5f5756aea013a1f6c6b7efe2483ff26405d (diff)
mobile: font size tweaks (2)
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php4
-rw-r--r--mobile/mobile.css1
2 files changed, 3 insertions, 2 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index d2504e245..9f5dd7835 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -230,8 +230,8 @@
print "<li class=\"feedCat\">
<a href=\"?subop=tc&id=$cat_id\">$tmp_category</a>
<a href=\"?go=vf&id=$cat_id&cat=true\">
- <span class=\"$catctr_class\">($cat_unread
- unread)$ellipsis</span></a></li>";
+ <span class=\"$catctr_class\">($cat_unread)$ellipsis</span>
+ </a></li>";
print "<li id=\"feedCatHolder\" class=\"$holder_class\">
<ul class=\"feedCatList\">";
diff --git a/mobile/mobile.css b/mobile/mobile.css
index a912b1a70..50d842ad2 100644
--- a/mobile/mobile.css
+++ b/mobile/mobile.css
@@ -165,6 +165,7 @@ ul.headlines img.marked {
}
div.postTags {
color : gray;
+ font-size : x-small;
}
#headingAddon {