From: Andrew Dolgov Date: Sun, 21 Aug 2005 16:23:19 +0000 (+0100) Subject: basic functionality pass 5 X-Git-Tag: 0.1~17 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6782455740ebfc1b8a68a276fa9a882bed94fc08;p=tt-rss.git basic functionality pass 5 --- diff --git a/header_rev.png b/header_rev.png new file mode 100644 index 00000000..a20427d3 Binary files /dev/null and b/header_rev.png differ diff --git a/tt-rss.css b/tt-rss.css index 058cf05d..2c14c50e 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -129,9 +129,14 @@ table.main td.notify { border-width : 1px 0px 0px 0px; border-color : #c0c0c0; border-style : solid; - font-size : small; + font-size : x-small; text-align : center; color : gray; + background-color : #f0f0f0; + background-image : url("header_rev.png"); + background-position : top left; + background-repeat : repeat-x; + } .even { diff --git a/tt-rss.js b/tt-rss.js index aeaac22c..5426e4f3 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -164,8 +164,6 @@ function search(feed, sender) { function init() { - notify("init"); - update_feed_list(); setTimeout("timeout()", 1800*1000); diff --git a/tt-rss.php b/tt-rss.php index 9a8f5cca..ab2d8191 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -37,7 +37,7 @@ - [Status Message Placeholder] + Tiny-Tiny RSS v0.1 © 2005 Andrew Dolgov