Hotfix navbar + h1

This commit is contained in:
Divlo
2019-08-18 23:48:24 +02:00
parent 5aaf58fe0a
commit 0f76797845
11 changed files with 16 additions and 15 deletions

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="important">La météo</span> :</h1>
<h1><span class="important">La météo</span> :</h1>
<p class="pt-3 text-center">Affiche la météo et l'heure local selon la ville.</p>
<div class="form-group">
<label for="cityName">Entrez le nom d'une ville :</label>

View File

@ -27,8 +27,7 @@
<!-- Page Content -->
<div class="container">
<div class="row">
<h1 class="function-list-title">La liste des <span class="important">Fonctions</span> :</h1>
<!-- <p class="text-center">(Uniquement les fonctions pouvant être testé sont affichés.)</p> -->
<h1>La liste des <span class="important">Fonctions</span> :</h1>
<table class="table table-bordered">
<thead>
<tr>

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="important"><?php echo $title?></span></h1>
<h1><span class="important"><?php echo $title?></span></h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="form-group">
<label for="birthDateValue">Entrez la date de naissance au format (dd/mm/yyyy) :</label>

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="important"><?php echo $title?></span> :</h1>
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<br>
<div class="form-group">

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="important"><?php echo $title?></span> :</h1>
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="form-group">
<label for="temperatureValue">Entrez la température :</label>

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="important"><?php echo $title?></span> :</h1>
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="form-group">
<label for="minValue">Entrez la valeur minimale :</label>

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="important"><?php echo $title?></span> :</h1>
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="form-group">
<label for="cityName">Entrez le nom d'une ville :</label>