Commit c397d4b04b55e5b181a62a534b095f82626597ba

Authored by grouille
1 parent dbccab4e

Affichage du réseau

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
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;"><?php echo $capteur['nom'];?></p></td>
46   - <td><p style="font-size: 14px;"><?php echo $capteur['unite'];?></p></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>
47 47 </tr>
48 48 <?php
49 49 }
... ...