Commit 12923d4096ccd858ff8558dfaf5704da96ac2d41

Authored by Antonio Terceiro
1 parent 187459ca

Slightly better style for profile listing blocks

public/designs/themes/base/style.css
... ... @@ -679,8 +679,6 @@ div#notice {
679 679  
680 680 .communities-block .vcard a .org {
681 681 padding-top: 5px;
682   - font-size: 12px;
683   - color: #000;
684 682 max-height: 30px;
685 683 overflow: hidden;
686 684 }
... ...
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);
... ...