Commit 7057245cda6988b2a5f69d9a069012b48fdd1e12
1 parent
b01b2481
Exists in
master
and in
1 other branch
correção do tamanho da fonte da tag <p>.
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/main/webapp/inicial_arquivos/css/avaliar.css
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | } |
6 | 6 | p { |
7 | 7 | font-family: Arial, Helvetica, sans-serif !important; |
8 | - font-size: 14 px; | |
8 | + font-size: 14px; | |
9 | 9 | } |
10 | 10 | .content { |
11 | 11 | font-weight: normal !important; |
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | text-decoration: underline; |
15 | 15 | } |
16 | 16 | .tile { |
17 | - font-size: 14 px; | |
17 | + font-size: 14px; | |
18 | 18 | font-weight: normal; |
19 | 19 | font-family: Arial, Helvetica, sans-serif !important; |
20 | 20 | } |
... | ... | @@ -300,11 +300,11 @@ |
300 | 300 | |
301 | 301 | p { |
302 | 302 | font-family: Arial, Helvetica, sans-serif !important; |
303 | - font-size: 14 px; | |
303 | + font-size: 14px; | |
304 | 304 | } |
305 | 305 | |
306 | 306 | .tile { |
307 | - font-size: 14 px; | |
307 | + font-size: 14px; | |
308 | 308 | font-weight: normal; |
309 | 309 | font-family: Arial, Helvetica, sans-serif; |
310 | 310 | } | ... | ... |