Commit 21a6409723e01afe2771ebcb9b7da6621118e063
1 parent
44172086
Exists in
master
and in
7 other branches
Aplicação do plugin de acessibilidade
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
init/index.php
... | ... | @@ -165,7 +165,7 @@ include "head.php"; |
165 | 165 | </div> |
166 | 166 | |
167 | 167 | </div> |
168 | - <div class="container-fluid" | |
168 | + <div tabindex="-1" class="container-fluid" | |
169 | 169 | style="background-color: rgb(250, 250, 250); margin-top: 10px; padding-top: 10px;"> |
170 | 170 | |
171 | 171 | <div class="row text-center hidden"> | ... | ... |