Commit f807fd58672cd294e710e7c16684d83322187796

Authored by Antonio Terceiro
1 parent 938e6ccd

Better style for highlighted profile description

(ActionItem1471)
Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -3039,7 +3039,11 @@ h1#agenda-title {
3039 3039 }
3040 3040  
3041 3041 .controller-profile .public-profile-description {
3042   - font-weight: bold;
  3042 + font-style: italic;
  3043 + border: 1px solid #ccc;
  3044 + background: #eeeeec;
  3045 + color: black;
  3046 + padding: 10px;
3043 3047 }
3044 3048  
3045 3049 .controller-profile .private-profile-message,
... ...