Commit a2e9399b416b5333bc140ff2d736e1bb1c73e105

Authored by Rodrigo Souto
1 parent 397d8a89

profile-suggestions: add border-radius

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
@@ -4139,6 +4139,7 @@ h1#agenda-title { @@ -4139,6 +4139,7 @@ h1#agenda-title {
4139 width: 100%; 4139 width: 100%;
4140 max-width: 100%; 4140 max-width: 100%;
4141 padding: 3px 0; 4141 padding: 3px 0;
  4142 + border-radius: 5px;
4142 } 4143 }
4143 4144
4144 .common-profile-list-block .profiles-suggestions .profile-list li img { 4145 .common-profile-list-block .profiles-suggestions .profile-list li img {