summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 17:23:19 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 17:23:19 +0100
commit6782455740ebfc1b8a68a276fa9a882bed94fc08 (patch)
treeae803f2e881002d4af0693a1d7d4205207301d76
parentac53063ab9a0a2a13ea40cafd5e6e2b383976578 (diff)
basic functionality pass 5
-rw-r--r--header_rev.pngbin0 -> 291 bytes
-rw-r--r--tt-rss.css7
-rw-r--r--tt-rss.js2
-rw-r--r--tt-rss.php2
4 files changed, 7 insertions, 4 deletions
diff --git a/header_rev.png b/header_rev.png
new file mode 100644
index 000000000..a20427d36
--- /dev/null
+++ b/header_rev.png
Binary files differ
diff --git a/tt-rss.css b/tt-rss.css
index 058cf05de..2c14c50e2 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 aeaac22cc..5426e4f3d 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 9a8f5ccac..ab2d81911 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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>