Commit 85e83d6493116d89801f8dc97b2a3e752b9febb7

Authored by Carlos Vieira
1 parent 3a044e2b
Exists in master

Troca de cor do rodapé

app/templates/exemplo.html
... ... @@ -22,7 +22,7 @@ body {
22 22 }
23 23  
24 24 #footer-brasil {
25   - background: none repeat scroll 0% 0% #F1F1F1;
  25 + background: none repeat scroll 0% 0% #071d41;
26 26 padding: 1em 0px;
27 27 max-width: 100%;
28 28 }
... ...
docker/public_html/index.html
... ... @@ -22,7 +22,7 @@ body {
22 22 }
23 23  
24 24 #footer-brasil {
25   - background: none repeat scroll 0% 0% #F1F1F1;
  25 + background: none repeat scroll 0% 0% #071d41;
26 26 padding: 1em 0px;
27 27 max-width: 100%;
28 28 }
... ...