diff --git a/mobile/functions.php b/mobile/functions.php
index c0085e5ea..0fa443f8b 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -170,7 +170,7 @@
print "
";
- foreach (array(-4, -1,-2,-3) as $id) {
+ foreach (array(-4, -3, -1, -2, 0) as $id) {
$title = getFeedTitle($link, $id);
$unread = getFeedUnread($link, $id, false);
$icon = getFeedIcon($id);
diff --git a/mobile/index.php b/mobile/index.php
index b3221d67e..bcdfe23d1 100644
--- a/mobile/index.php
+++ b/mobile/index.php
@@ -59,6 +59,10 @@
margin-right : 10px;
vertical-align : middle;
}
+
+ a img {
+ border-width : 0px;
+ }