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

show tag cloud instead of flat tag list

This commit is contained in:
Andrew Dolgov
2007-05-17 12:58:38 +01:00
parent 1ba6daf78e
commit 0979b696e4
6 changed files with 100 additions and 9 deletions

View File

@@ -921,6 +921,16 @@ span.groupPrompt {
color : #4684ff;
}
div.tagCloudContainer {
/* height : 300px;
overflow : auto; */
border : 1px solid #99d67a;
background-color : white;
margin : 5px 0px 5px 0px;
padding : 10px;
text-align : center;
}
ul.feedErrorsList {
height : 300px;
overflow : auto;