1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 06:01:28 +00:00

collapsable categories

This commit is contained in:
Andrew Dolgov
2005-12-13 09:53:56 +01:00
parent 28bcadff2b
commit fe14aeb84c
4 changed files with 83 additions and 4 deletions

View File

@@ -153,6 +153,14 @@ ul.feedList li.feedCat {
font-size : small;
}
ul.feedList li.feedCat a {
color : #707070;
}
ul.feedList li.feedCat a:hover {
color : #5050aa;
}
ul.feedCatList {
list-style-type : none;
margin : 0px;