summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 12:58:38 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 12:58:38 +0100
commit0979b696e4d770f5461057f406dfe8a8f3d3d48c (patch)
tree2e04b54b615d8d74c1d62d212ffe8f59cd357674 /tt-rss.css
parent1ba6daf78e5d12759e8f3dcc6913c705fc5313bb (diff)
show tag cloud instead of flat tag list
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 69f191cda..47152d2b6 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;