Commit ce5c5a8fc64bd89b03866285ca68b4b01f741abf
1 parent
c397d4b0
Affichage du réseau
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
site/css/style.css
site/network.php
... | ... | @@ -42,8 +42,8 @@ $nombre = count($raspberrys); |
42 | 42 | } |
43 | 43 | ?> |
44 | 44 | <td><img src="<?php echo $source;?>" alt="Capteur" style="width:auto; height:50px;"></td> |
45 | - <td><p style="font-size: 14px; margin-top:25px;"><?php echo $capteur['nom'];?></p></td> | |
46 | - <td><p style="font-size: 14px; margin-top:25px;"><?php echo $capteur['unite'];?></p></td> | |
45 | + <td class="tdp"><p style="font-size: 14px;"><?php echo $capteur['nom'];?></p></td> | |
46 | + <td class="tdp"><p style="font-size: 14px;"><?php echo $capteur['unite'];?></p></td> | |
47 | 47 | </tr> |
48 | 48 | <?php |
49 | 49 | } | ... | ... |