Commit d9c46ca57f2199d3e178431595bfa6ca5cfd38fa
1 parent
88e3e878
Exists in
master
and in
1 other branch
Formatação de fonte do código fonte da página avaliada que será exibida
na página.
Showing
1 changed file
with
14 additions
and
1 deletions
Show diff stats
src/main/webapp/inicial_arquivos/css/avaliar.css
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | width: 26%; |
35 | 35 | float: left; |
36 | 36 | margin-left: 10%; |
37 | - } | |
37 | + } | |
38 | 38 | #content fieldset { |
39 | 39 | -moz-border-bottom-colors: none; |
40 | 40 | -moz-border-left-colors: none; |
... | ... | @@ -318,6 +318,12 @@ |
318 | 318 | { |
319 | 319 | margin-left: 30px; |
320 | 320 | } |
321 | + | |
322 | + #codigoFonte | |
323 | + { | |
324 | + font-size: 1.4em; | |
325 | + font-family: Arial, Helvetica, sans-serif; | |
326 | + } | |
321 | 327 | } |
322 | 328 | |
323 | 329 | /*-----Fim (min-width : 768px)------ */ |
... | ... | @@ -537,6 +543,13 @@ |
537 | 543 | padding: .4em; |
538 | 544 | color: #003399; |
539 | 545 | } |
546 | + | |
547 | + #codigoFonte | |
548 | + { | |
549 | + font-size: 1.4em; | |
550 | + font-family: Arial, Helvetica, sans-serif; | |
551 | + } | |
552 | + | |
540 | 553 | .contraste .containerAvaliacao .celula { |
541 | 554 | background-color: #000000; |
542 | 555 | padding: .4em; | ... | ... |