ajout caption

This commit is contained in:
Jerome Morjon 2015-02-20 01:32:02 +01:00
parent 167854e785
commit ffeed0761c
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,12 @@ background-image:url("../pictures/setting_picture/fond.jpg");
background-size:cover;
}
caption
{
color: silver;
text-align: center;
}
.listg
{
background: #a7cfdf; /* Old browsers */

View File

@ -19,6 +19,7 @@
<br><br>
<legend>Mes listes d'oeuvres:</legend>
<table class="table table-hover">
<caption>Nom | Activer | Supprimer</caption>
@foreach ($listeoeuvres as $listeoeuvre)
<tr class="active listeoeuvre">
<form method="POST" role="form" action="deleteListeOeuvre">