From 29a5b4aae0496c9ba07a567d3b8fcfe565fb9184 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Nov 2010 14:39:06 +0300 Subject: misc css/linking updates --- digest.css | 3 +++ digest.js | 4 +++- digest.php | 5 +---- prefs.php | 2 +- tt-rss.php | 8 +------- 5 files changed, 9 insertions(+), 13 deletions(-) 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 - + - - - - - - -- cgit v1.2.3