From fbe6aa703e106dd46122f10c962204d28c94ea9e Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 23 Jan 2009 04:08:12 +0000 Subject: Tag cloud font-size and line-height --- theme/base/css/display.css | 18 +++++++++++------- theme/identica/css/display.css | 1 + 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index ba1cc06f5..dd0b332f5 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1101,6 +1101,7 @@ border-top:0; /* tagcloud */ .tag-cloud { list-style-type:none; +text-align:center; } .aside .tag-cloud { @@ -1110,7 +1111,10 @@ font-size:0.8em; .tag-cloud li { display:inline; margin-right:7px; -line-height:1; +line-height:1.25; +} +.aside .tag-cloud li { +line-height:1.5; } .tag-cloud li a { text-decoration:none; @@ -1123,22 +1127,22 @@ font-weight:bold; font-size:1em; } .tag-cloud-2 { -font-size:1.5em; +font-size:1.25em; } .tag-cloud-3 { -font-size:2em; +font-size:1.75em; } .tag-cloud-4 { -font-size:2.5em; +font-size:2em; } .tag-cloud-5 { -font-size:3em; +font-size:2.25em; } .tag-cloud-6 { -font-size:3.5em; +font-size:2.75em; } .tag-cloud-7 { -font-size:4em; +font-size:3.25em; } #publictagcloud #tagcloud.section dt { diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 5088d7ac7..f41a32508 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -123,6 +123,7 @@ background-color:#EFF3DC; #anon_notice { background-color:#97BFD1; color:#fff; +border-color:#fff; } #showstream #anon_notice { -- cgit v1.2.3-54-g00ecf From 112dd08c628c31840453b357d74a7b5c25550660 Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 23 Jan 2009 04:10:40 +0000 Subject: anon_notice --- actions/showgroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/showgroup.php b/actions/showgroup.php index 72738d785..99367a97c 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -380,7 +380,7 @@ class ShowgroupAction extends Action 'short messages about their life and interests. '. '[Join now](%%%%action.register%%%%) to become part of this group and many more! ([Read more](%%%%doc.help%%%%))'), $this->group->nickname); - $this->elementStart('div', 'anonymous'); + $this->elementStart('div', array('id' => 'anon_notice')); $this->raw(common_markup_to_html($m)); $this->elementEnd('div'); } -- cgit v1.2.3-54-g00ecf