Commit e88483c115945df689cf0d3bc9c95d2527d1164e

Authored by Melissa Wen
1 parent 98988042

Change color on profile image block

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
css/community-pages.css
... ... @@ -9,12 +9,16 @@
9 9 }
10 10  
11 11 /*** Profile info block ***/
12   -#content .profile-info-options{
  12 +#content .profile-image-block .admin-link a{
  13 + color: #2c66ce;
  14 +}
  15 +
  16 +#content .profile-image-block .profile-info-options{
13 17 padding-right: 0;
14 18 text-align: center;
15 19 }
16 20  
17   -#content .profile-info-options a.button.with-text{
  21 +#content .profile-image-block .profile-info-options a.button.with-text{
18 22 font-size: 11px;
19 23 }
20 24  
... ...