Commit 6bbdd2a4140607f75d9527fc06a738333455c880

Authored by Edmar Moretti
1 parent e87bca4c

--no commit message

Showing 2 changed files with 9 additions and 0 deletions   Show diff stats
classesjs/classe_i3geo.js
  1 +//TODO alterar a forma de estilizar as linhas de uma tabela usando estilos
  2 +//table tr:nth-child(odd) {
  3 +// background-color: #f1f1f1;
  4 +//}
  5 +//table tr:nth-child(even) {
  6 +// background-color: #ffffff;
  7 +//}
  8 +
1 9 /**
2 10 * Title: i3Geo
3 11 *
... ...
init/index.php
1 1 <?php
  2 +//TODO criar com bootstrap
2 3 /**
3 4 * Pagina inicial do i3Geo
4 5 * Voce pode utilizar o parametro customDir para indicar a pasta onde
... ...