changed flotte tableau but it doesn't show up sometimes
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ td {
|
||||
background-image: linear-gradient(
|
||||
to top left,
|
||||
rgb(0 0 0 / 0.001),
|
||||
rgb(0 0 0 / 0.1) 30%,
|
||||
rgb(50 90 50 / 0.8) 0.1%,
|
||||
transparent
|
||||
);
|
||||
box-shadow: 2px 5px 3px;
|
||||
|
||||
+2
-9
@@ -69,15 +69,8 @@
|
||||
|
||||
<h3>Notre flotte</h3>
|
||||
<p id="message_flotte">Chargement…</p>
|
||||
<table border=1 class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Modèle</th>
|
||||
<th>immatriculation</th>
|
||||
<th>Km</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="flotte_tableau">
|
||||
<table border=1>
|
||||
<tbody id="corps_flotte">
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user