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

more work on tag support

This commit is contained in:
Andrew Dolgov
2005-09-09 08:45:54 +01:00
parent eb36b4eb55
commit 8143ae1f2b
8 changed files with 241 additions and 167 deletions

View File

@@ -217,6 +217,20 @@ a:hover {
color : gray;
}
#dispSwitch {
text-align : right;
padding : 5px 5px 5px 0px;
font-size : x-small;
}
#dispSwitch a {
color : gray;
}
#dispSwitch a:hover {
color : #5050aa;
}
div.expPane {
margin : 15px;
}