Commit 60bf46f2be0bea0e1b98f0696f1c91e6cd7f16c4

Authored by Carlos Vieira
1 parent 5a083ae4
Exists in master

Cor do background important

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