Commit 20a86a7b130b4f8fb9797430f0c2d86c3d14176b
1 parent
17567bac
Exists in
master
Removendo as margens na página de exemplo para ser compatível com a visualização…
… na forma qual é incorporado a barra.
Showing
1 changed file
with
12 additions
and
2 deletions
Show diff stats
app/templates/exemplo.html
... | ... | @@ -5,6 +5,16 @@ |
5 | 5 | <title>Barra Brasil</title> |
6 | 6 | <style type="text/css"> |
7 | 7 | |
8 | +body { | |
9 | + font-family: sans-serif, Arial; | |
10 | + margin: 0px; | |
11 | + padding: 0px; | |
12 | +} | |
13 | + | |
14 | +#content { | |
15 | + padding: 50px; | |
16 | +} | |
17 | + | |
8 | 18 | #footer-brasil { |
9 | 19 | background: none repeat scroll 0% 0% #00420c; |
10 | 20 | padding: 1em 0px; |
... | ... | @@ -22,10 +32,10 @@ |
22 | 32 | <li><a style="font-family:sans,sans-serif; text-decoration:none; color:white;" href="http://epwg.governoeletronico.gov.br/barra/atualize.html">Atualize sua Barra de Governo</a></li> |
23 | 33 | </ul> |
24 | 34 | </div> |
25 | - | |
35 | +<div id="content"> | |
26 | 36 | <h1>Barra Brasil</h1> |
27 | 37 | <p>Veja as <a href="http://barra.governoeletronico.gov.br/">instruções de como usar a barra</a> no e-PWG.</p> |
28 | - <br> | |
38 | +</div><!-- #content --> | |
29 | 39 | <div id="footer-brasil"></div> |
30 | 40 | <script defer async src="barra.js" type="text/javascript"></script> |
31 | 41 | </body> | ... | ... |