Commit d557fab88a28f8cd8cee39034696afc8c9297ae3
1 parent
cc316fdc
Exists in
master
Inserindo Manual do boostrap - Responsividade
Showing
3 changed files
with
4 additions
and
0 deletions
Show diff stats
No preview for this file type
inc/topo.php
... | ... | @@ -55,6 +55,7 @@ include("config.php"); |
55 | 55 | |
56 | 56 | </head> |
57 | 57 | <body> |
58 | + <header class="page-header"> | |
58 | 59 | <div id="out"> |
59 | 60 | <div id="conteudo"> |
60 | 61 | <div id="cabecalho"> |
... | ... | @@ -118,4 +119,5 @@ include("config.php"); |
118 | 119 | </div> |
119 | 120 | |
120 | 121 | <div id="corpo"> |
122 | +</header> | |
121 | 123 | ... | ... |
restrito/inc/topo.php
... | ... | @@ -56,6 +56,7 @@ require_once("config.php"); |
56 | 56 | |
57 | 57 | </head> |
58 | 58 | <body> |
59 | + <header class="page-header"> | |
59 | 60 | <div id="out"> |
60 | 61 | <div id="conteudo"> |
61 | 62 | <div id="cabecalho"> |
... | ... | @@ -151,4 +152,5 @@ require_once("config.php"); |
151 | 152 | </div> |
152 | 153 | |
153 | 154 | <div id="corpo"> |
155 | +</header> | |
154 | 156 | ... | ... |