Commit 624a59c276e01303dbf72c123016740c6549608e
Exists in
master
and in
47 other branches
Merge branch 'modal_fixes' into 'master'
Modal fixes Change modal description font style to italic See merge request !109
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/modal.css
... | ... | @@ -161,8 +161,8 @@ |
161 | 161 | .modal .explanation { |
162 | 162 | color: #3F60C6; |
163 | 163 | font-size: 12px; |
164 | - font-style: normal; | |
165 | - font-family: 'open_sansitalic'; | |
164 | + font-style: italic; | |
165 | + font-family: 'open_sansregular', Arial, Helvetica, sans-serif; | |
166 | 166 | } |
167 | 167 | |
168 | 168 | .modal .required-field, .modal .errorExplanation { | ... | ... |