diff --git a/backend.php b/backend.php
index 4873a966e..27ccf4c3b 100644
--- a/backend.php
+++ b/backend.php
@@ -73,7 +73,7 @@
if (file_exists($icon_file) && filesize($icon_file) > 0) {
$feed_icon = "";
} else {
- $feed_icon = "
";
+ $feed_icon = "
";
}
} else {
$feed_icon = "
";
}
diff --git a/images/blank_icon.png b/images/blank_icon.png
deleted file mode 100644
index a2f107312..000000000
Binary files a/images/blank_icon.png and /dev/null differ
diff --git a/tt-rss.css b/tt-rss.css
index e3aed83f6..a7fc30d4f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -221,17 +221,19 @@ div.expPane {
margin : 15px;
}
+iframe {
+ border : 0px solid white;
+}
+
iframe.feedsFrame {
width : 100%;
height : 90%;
- border-width : 0px;
margin : 0px;
padding : 0px;
}
iframe.contentFrame, iframe.headlinesFrame {
width : 100%;
- border-width : 0px;
padding : 0px;
margin : 0px;
height : 100%;
diff --git a/tt-rss.php b/tt-rss.php
index 326306ec7..78fcd3223 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -47,7 +47,8 @@
-
+
All feeds: @@ -101,13 +102,14 @@