Commit 9c287ade96e9c704746705fddb3011749eb32041

Authored by Antonio Terceiro
1 parent 58e9c365

Profile image has transparent background

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -2180,7 +2180,7 @@ div#activation_enterprise div {
2180 2180 .profile-big-image img {
2181 2181 border: 1px solid #888;
2182 2182 padding: 2px;
2183   - background: #FFF;
  2183 + background: transparent;
2184 2184 }
2185 2185  
2186 2186 .profile-image-block ul {
... ...