Commit 6a7feb4dd5ca5da4368e7def0efeeed0be99f59f
1 parent
567d51e3
Exists in
master
and in
1 other branch
alterado a fonte do outstanting title para 1.7em
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%20Web/Fontes/avaliador-web@10679 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
src/main/webapp/inicial_arquivos/css/avaliar.css
1 | 1 | @media only screen and (min-width : 768px) { |
2 | +.hr_linhaDupla{ | |
3 | + border-botton: 4px solid #000; | |
4 | + border-top: 1px solid #c0c0c0; | |
5 | + | |
6 | +} | |
7 | + | |
2 | 8 | .content |
3 | 9 | { |
4 | 10 | font-weight: normal !important; |
... | ... | @@ -62,9 +68,9 @@ div .outstanding-header h2 |
62 | 68 | } |
63 | 69 | .outstanding-title { |
64 | 70 | color: #2C67CD; |
65 | - font-size: 18px; | |
71 | + font-size: 1.7em; | |
66 | 72 | font-weight: normal ; |
67 | - font-family: Arial, Helvetica, sans-serif; | |
73 | + font-family: Arial, Helvetica, sans-serif; | |
68 | 74 | padding: 7px 0; |
69 | 75 | margin-left: 0; |
70 | 76 | padding-left: 0.3em; | ... | ... |