Commit 6b24aa786e40bdd09f5b22dbeb683c9e5b31a140
1 parent
f9f2afca
Exists in
master
and in
19 other branches
fix modal desciption font
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
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,8 +161,8 @@ | ||
161 | .modal .explanation { | 161 | .modal .explanation { |
162 | color: #3F60C6; | 162 | color: #3F60C6; |
163 | font-size: 12px; | 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 | .modal .required-field, .modal .errorExplanation { | 168 | .modal .required-field, .modal .errorExplanation { |