Commit 12923d4096ccd858ff8558dfaf5704da96ac2d41
1 parent
187459ca
Exists in
master
and in
29 other branches
Slightly better style for profile listing blocks
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
public/designs/themes/base/style.css
public/stylesheets/application.css
... | ... | @@ -1741,7 +1741,8 @@ input.disabled { |
1741 | 1741 | height: 50px; |
1742 | 1742 | } |
1743 | 1743 | |
1744 | -.common-profile-list-block .locality { | |
1744 | +.common-profile-list-block .locality, | |
1745 | +.common-profile-list-block .community-member-count { | |
1745 | 1746 | font-size: 9px; |
1746 | 1747 | opacity: 0.5; |
1747 | 1748 | filter: alpha(opacity=50); | ... | ... |