]> git.wh0rd.org Git - tt-rss.git/commitdiff
basic functionality pass 5
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 21 Aug 2005 16:23:19 +0000 (17:23 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 21 Aug 2005 16:23:19 +0000 (17:23 +0100)
header_rev.png [new file with mode: 0644]
tt-rss.css
tt-rss.js
tt-rss.php

diff --git a/header_rev.png b/header_rev.png
new file mode 100644 (file)
index 0000000..a20427d
Binary files /dev/null and b/header_rev.png differ
index 058cf05deb956157b476d452942a81fb70b8d24b..2c14c50e258fcd95ae2d95e18730c9381c4c2d31 100644 (file)
@@ -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 {
index aeaac22cce562ab5a1bf27279359f8178ac7ac8c..5426e4f3d58c67ad64e84cbce7ff24e5ca288352 100644 (file)
--- 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);
index 9a8f5ccac2642883e06b844ec502f61f704e6c7f..ab2d81911f2466274c1bd91bb92411321da33077 100644 (file)
@@ -37,7 +37,7 @@
 </tr>
 <tr>
        <td colspan="2" id="notify" class="notify">
-               [Status Message Placeholder]
+               <a href="">Tiny-Tiny RSS</a> v0.1 &copy; 2005 Andrew Dolgov
        </td>
 </td>
 </table>