Commit e650b0051b98df7be74b7d6fa658c36605332779

Authored by fabricio
1 parent 035a7892
Exists in master

alteracoes em alguns css's

Showing 1 changed file with 14 additions and 5 deletions   Show diff stats
WebContent/css/default.css
... ... @@ -5,23 +5,23 @@ body
5 5 }
6 6 p strong
7 7 {
8   - font-size: 15px !important;
  8 + font-size: 14px !important;
9 9 }
10 10 label strong
11 11 {
12   - font-size: 15px !important;
  12 + font-size: 14px !important;
13 13 }
14 14 li strong
15 15 {
16   - font-size: 15px !important;
  16 + font-size: 14px !important;
17 17 }
18 18 strong li
19 19 {
20   - font-size: 15px !important;
  20 + font-size: 14px !important;
21 21 }
22 22 strong p
23 23 {
24   - font-size: 15px !important;
  24 + font-size: 14px !important;
25 25 }
26 26 #botaoVoltar {
27 27 width: 10%;
... ... @@ -71,6 +71,15 @@ strong p
71 71 height: 25em;
72 72 }
73 73  
  74 +.imagem3 {
  75 + text-align: center;
  76 + border: 0.2em solid #ddd;
  77 + border-radius: 0.4em;
  78 + padding: 0.5em;
  79 + width: 45em;
  80 + height: 10em;
  81 +}
  82 +
74 83 #main {
75 84 max-width: 1030px;
76 85 margin: 0 auto;
... ...