Commit 2145bec81b7a8044e63a6d29e35e0783aaeb5246

Authored by grouille
1 parent 57e3933c

Affichage du réseau

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
site/css/style.css
@@ -63,7 +63,12 @@ a, a:hover { @@ -63,7 +63,12 @@ a, a:hover {
63 text-align:center; 63 text-align:center;
64 } 64 }
65 65
66 -th, td { 66 +th {
  67 + text-align: center;
  68 + vertical-align: middle;
  69 +}
  70 +
  71 +td {
67 text-align: center; 72 text-align: center;
68 vertical-align: middle; 73 vertical-align: middle;
69 } 74 }