Merge branch 'master' of /var/www/trunk

This commit is contained in:
Robin Millette 2009-01-23 04:10:57 +00:00
commit e59b8c8758
3 changed files with 13 additions and 8 deletions

View File

@ -380,7 +380,7 @@ class ShowgroupAction extends Action
'short messages about their life and interests. '. 'short messages about their life and interests. '.
'[Join now](%%%%action.register%%%%) to become part of this group and many more! ([Read more](%%%%doc.help%%%%))'), '[Join now](%%%%action.register%%%%) to become part of this group and many more! ([Read more](%%%%doc.help%%%%))'),
$this->group->nickname); $this->group->nickname);
$this->elementStart('div', 'anonymous'); $this->elementStart('div', array('id' => 'anon_notice'));
$this->raw(common_markup_to_html($m)); $this->raw(common_markup_to_html($m));
$this->elementEnd('div'); $this->elementEnd('div');
} }

View File

@ -1101,6 +1101,7 @@ border-top:0;
/* tagcloud */ /* tagcloud */
.tag-cloud { .tag-cloud {
list-style-type:none; list-style-type:none;
text-align:center;
} }
.aside .tag-cloud { .aside .tag-cloud {
@ -1110,7 +1111,10 @@ font-size:0.8em;
.tag-cloud li { .tag-cloud li {
display:inline; display:inline;
margin-right:7px; margin-right:7px;
line-height:1; line-height:1.25;
}
.aside .tag-cloud li {
line-height:1.5;
} }
.tag-cloud li a { .tag-cloud li a {
text-decoration:none; text-decoration:none;
@ -1123,22 +1127,22 @@ font-weight:bold;
font-size:1em; font-size:1em;
} }
.tag-cloud-2 { .tag-cloud-2 {
font-size:1.5em; font-size:1.25em;
} }
.tag-cloud-3 { .tag-cloud-3 {
font-size:2em; font-size:1.75em;
} }
.tag-cloud-4 { .tag-cloud-4 {
font-size:2.5em; font-size:2em;
} }
.tag-cloud-5 { .tag-cloud-5 {
font-size:3em; font-size:2.25em;
} }
.tag-cloud-6 { .tag-cloud-6 {
font-size:3.5em; font-size:2.75em;
} }
.tag-cloud-7 { .tag-cloud-7 {
font-size:4em; font-size:3.25em;
} }
#publictagcloud #tagcloud.section dt { #publictagcloud #tagcloud.section dt {

View File

@ -123,6 +123,7 @@ background-color:#EFF3DC;
#anon_notice { #anon_notice {
background-color:#97BFD1; background-color:#97BFD1;
color:#fff; color:#fff;
border-color:#fff;
} }
#showstream #anon_notice { #showstream #anon_notice {