Commit f8cce5b03c31d46acc5b05bc55f7f622d3d23264
1 parent
5c1a93be
Exists in
master
Alteração css, e novos links
Showing
1 changed file
with
8 additions
and
8 deletions
Show diff stats
WebContent/WEB-INF/tags/baseLayout.tag
... | ... | @@ -17,8 +17,7 @@ |
17 | 17 | |
18 | 18 | <body> |
19 | 19 | |
20 | -<header id="topoPagina"> | |
21 | - <div> | |
20 | + <header id="topoPagina"> | |
22 | 21 | <div id="topo"> |
23 | 22 | <ul id="accessibility"> |
24 | 23 | <li><a accesskey="1" href="#inicioConteudo" id="link-conteudo">Ir para o conteúdo <span>1</span></a></li> |
... | ... | @@ -32,7 +31,6 @@ |
32 | 31 | </a></li> |
33 | 32 | </ul> |
34 | 33 | </div> |
35 | - | |
36 | 34 | <div id="logoTitulo"> |
37 | 35 | <h1> |
38 | 36 | <span id="tituloUm">Ministério do Planejamento, Desenvolvimento e Gestão</span><br> |
... | ... | @@ -40,13 +38,15 @@ |
40 | 38 | <span id="tituloTres">Governo Federal</span> |
41 | 39 | </h1> |
42 | 40 | </div> |
43 | - | |
44 | - </div> | |
45 | -</header> | |
41 | + </header> | |
46 | 42 | |
47 | -<section> | |
43 | + <section> | |
48 | 44 | <nav id="menu"> |
49 | 45 | <ul> |
46 | + <li id="portalservicos-Instrucao" class="portalservicos-item"> | |
47 | + <a href="${pageContext.request.contextPath}/instrucao-site" id="instrucaoLink">Instruções de Preenchimento |</a> | |
48 | + </li> | |
49 | + | |
50 | 50 | <li id="portalservicos-relatorio" class="portalservicos-item"> |
51 | 51 | <a href="${pageContext.request.contextPath}/relatorio-site" id="relatorioLink">Emitir Relatório |</a> |
52 | 52 | </li> |
... | ... | @@ -72,7 +72,7 @@ |
72 | 72 | <a href="#topoPagina">Voltar para o topo</a> |
73 | 73 | </div> |
74 | 74 | </div> |
75 | -</section> | |
75 | + </section> | |
76 | 76 | |
77 | 77 | <footer id="footer-brasil"> |
78 | 78 | <!-- Footer --> | ... | ... |