Commit ce56dc37ae81941497e8602128f65a0188c6fed1
1 parent
a42cf08b
Exists in
master
and in
6 other branches
Correção no width da página inicial
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
init/index.php
| ... | ... | @@ -107,8 +107,8 @@ include "head.php"; |
| 107 | 107 | </div> |
| 108 | 108 | </nav> |
| 109 | 109 | |
| 110 | - <div class="container-fluid" id="conteudoPrincipal" tabindex="-1"> | |
| 111 | - <div class="row center-block"> | |
| 110 | + <div class="container-fluid row center-block;" id="conteudoPrincipal" tabindex="-1"> | |
| 111 | + <div class="row center-block " style="max-width:1000px"> | |
| 112 | 112 | <?php |
| 113 | 113 | include_once ("../classesphp/carrega_ext.php"); |
| 114 | 114 | if (! function_exists("ms_GetVersion")) { | ... | ... |