Compare commits
No commits in common. "280816933f1b840560aea401b14735f1d29ed159" and "e6351b71916a9e49fbaaacd213f1bbabe2d03db2" have entirely different histories.
280816933f
...
e6351b7191
2 changed files with 6 additions and 4 deletions
|
@ -69,5 +69,8 @@ table.table_magasin{
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
video{
|
||||||
|
visibility: visible;
|
||||||
|
}
|
|
@ -14,11 +14,10 @@
|
||||||
<script src="./js/technologie.js"></script>
|
<script src="./js/technologie.js"></script>
|
||||||
<script src="./js/main.js"></script>
|
<script src="./js/main.js"></script>
|
||||||
<script src="./js/alerte.js"></script>
|
<script src="./js/alerte.js"></script>
|
||||||
<script src="./js/collegue.js"></script>
|
<div id="div_button_score">
|
||||||
<div id="div_button_score" style="align-items: center;">
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<table style="margin-top:10px ;">
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<th>nom</th>
|
<th>nom</th>
|
||||||
<th>boost</th>
|
<th>boost</th>
|
||||||
|
|
Loading…
Reference in a new issue