1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

implement dumb article downloader

This commit is contained in:
Andrew Dolgov
2009-02-03 16:11:44 +03:00
parent 87b16a0a61
commit 6a1cd59192
4 changed files with 71 additions and 41 deletions

View File

@@ -1976,20 +1976,6 @@ div#l_progress_i {
height : 10px;
}
div#d_progress_o {
width : 100px;
border : 1px solid black;
background-color : white;
float : left;
margin-left : 10px;
}
div#d_progress_i {
width : 10px;
background-color : #88b0f0;
height : 10px;
}
#content-insert {
background-color : white;
overflow : auto;