diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-05-17 14:21:55 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-05-17 14:21:55 +0100 |
| commit | 9e6427abce5645e794091f041ec9321943e25139 (patch) | |
| tree | 292ce178a94024e15847b85469d73fa7a4e3da02 | |
| parent | 6eee47b83b1ed849d5a3483a7e48dc419a75defa (diff) | |
tweak tag cloud display
| -rw-r--r-- | tt-rss.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css index d69e23035..1956e14d9 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -929,7 +929,7 @@ div.tagCloudContainer { border : 1px solid #99d67a; background-color : white; margin : 5px 0px 5px 0px; - padding : 10px; + padding : 5px; text-align : center; } |