1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 23:51:57 +00:00

feed errors box in feed editor is collapsed by default

This commit is contained in:
Andrew Dolgov
2005-11-29 10:50:18 +01:00
parent a88c1f3644
commit 36aab70f08
3 changed files with 19 additions and 2 deletions

View File

@@ -765,3 +765,8 @@ div.postHeader td.postDate {
text-align : right;
color : gray;
}
#feedUpdateErrors {
display : none;
}