Commit 2192124f95fa16a86ff198529c151a79c89659e5
1 parent
f5e666bf
Exists in
master
and in
2 other branches
remove logo participa.br
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
errors.css
| ... | ... | @@ -11,6 +11,7 @@ body { |
| 11 | 11 | position: absolute; |
| 12 | 12 | height:92px; |
| 13 | 13 | width:108px; |
| 14 | + display: none; | |
| 14 | 15 | } |
| 15 | 16 | |
| 16 | 17 | div.message h1 { |
| ... | ... | @@ -62,4 +63,4 @@ div.message p { |
| 62 | 63 | font-variant: small-caps; |
| 63 | 64 | color: black; |
| 64 | 65 | font-size: 14px; |
| 65 | -} | |
| 66 | 66 | \ No newline at end of file |
| 67 | +} | ... | ... |