diff --git a/digest.css b/digest.css
index a31680325..cfff99184 100644
--- a/digest.css
+++ b/digest.css
@@ -308,3 +308,6 @@ div.fatalError textarea {
height : 100px;
}
+div.insensitive {
+ color : gray;
+}
diff --git a/digest.js b/digest.js
index 0e50ff4c0..729b66141 100644
--- a/digest.js
+++ b/digest.js
@@ -486,7 +486,9 @@ function redraw_feedlist(feeds) {
}
if (feeds.length == 0) {
- $('feeds-content').innerHTML = __("No unread feeds.");
+ $('feeds-content').innerHTML =
+ "
" +
+ __("No unread feeds.") + "
";
}
} catch (e) {
diff --git a/digest.php b/digest.php
index 913cd10ae..366be994e 100644
--- a/digest.php
+++ b/digest.php
@@ -29,10 +29,7 @@
-
-
-
-
+
diff --git a/prefs.php b/prefs.php
index 891b9c8aa..9148cb4fb 100644
--- a/prefs.php
+++ b/prefs.php
@@ -24,8 +24,8 @@
Tiny Tiny RSS : Preferences
-
+
diff --git a/tt-rss.php b/tt-rss.php
index b3dcd6a8d..d26035b90 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -24,21 +24,15 @@
Tiny Tiny RSS
-
+
-
-
-
-
-
-