]> git.wh0rd.org Git - tt-rss.git/commitdiff
mobile: font size tweaks (2)
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 5 Dec 2007 06:48:06 +0000 (07:48 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 5 Dec 2007 06:48:06 +0000 (07:48 +0100)
mobile/functions.php
mobile/mobile.css

index d2504e245cd9c56d94d711dd81c02c6b3a50ada0..9f5dd7835703df83fe5a5766bda9cbee1d358bdc 100644 (file)
                                        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\">";
index a912b1a702402d64a6c8cf00d3304d37c23124c7..50d842ad2194f2e170b17f5c7fccc081934eab5f 100644 (file)
@@ -165,6 +165,7 @@ ul.headlines img.marked {
 }
 div.postTags {
        color : gray;
+       font-size : x-small;
 }
 
 #headingAddon {