Commit 3b968ef7e73377186d03d5259e23ba45a42466fb
1 parent
1c608c1c
Test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/formInscription.php
... | ... | @@ -6,7 +6,7 @@ $groupes = getGroupes(); |
6 | 6 | <div class="row"> |
7 | 7 | <div class="col-4 col-md-4 offset-md-4 offset-4"> |
8 | 8 | <br/> |
9 | - <h1 style="margin-bottom:20px; margin-top:10px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fa fa-user-circle"></i> Créer un compte</h1> | |
9 | + <h1 style="margin-bottom:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fa fa-user-circle"></i> Créer un compte</h1> | |
10 | 10 | <form action="inscription.php" method="post"> |
11 | 11 | <table class="table table-striped table-bordered"> |
12 | 12 | <tbody> | ... | ... |