mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 02:11:30 +00:00
basic functionality pass 5
This commit is contained in:
BIN
header_rev.png
Normal file
BIN
header_rev.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 291 B |
@@ -129,9 +129,14 @@ table.main td.notify {
|
|||||||
border-width : 1px 0px 0px 0px;
|
border-width : 1px 0px 0px 0px;
|
||||||
border-color : #c0c0c0;
|
border-color : #c0c0c0;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
font-size : small;
|
font-size : x-small;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
color : gray;
|
color : gray;
|
||||||
|
background-color : #f0f0f0;
|
||||||
|
background-image : url("header_rev.png");
|
||||||
|
background-position : top left;
|
||||||
|
background-repeat : repeat-x;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.even {
|
.even {
|
||||||
|
|||||||
@@ -164,8 +164,6 @@ function search(feed, sender) {
|
|||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
|
|
||||||
notify("init");
|
|
||||||
|
|
||||||
update_feed_list();
|
update_feed_list();
|
||||||
|
|
||||||
setTimeout("timeout()", 1800*1000);
|
setTimeout("timeout()", 1800*1000);
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" id="notify" class="notify">
|
<td colspan="2" id="notify" class="notify">
|
||||||
[Status Message Placeholder]
|
<a href="">Tiny-Tiny RSS</a> v0.1 © 2005 Andrew Dolgov
|
||||||
</td>
|
</td>
|
||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user