Commit e95c902b8b2c179f2cf722cefa48f4ac440ddccb

Authored by grouille
1 parent ce5c5a8f

Affichage du réseau

Showing 2 changed files with 3 additions and 4 deletions   Show diff stats
site/css/style.css
@@ -69,6 +69,5 @@ th, td { @@ -69,6 +69,5 @@ th, td {
69 } 69 }
70 70
71 .tdp { 71 .tdp {
72 - text-align: center;  
73 - vertical-align: middle; 72 + font-size: 14px;
74 } 73 }
@@ -42,8 +42,8 @@ $nombre = count($raspberrys); @@ -42,8 +42,8 @@ $nombre = count($raspberrys);
42 } 42 }
43 ?> 43 ?>
44 <td><img src="<?php echo $source;?>" alt="Capteur" style="width:auto; height:50px;"></td> 44 <td><img src="<?php echo $source;?>" alt="Capteur" style="width:auto; height:50px;"></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> 45 + <td class="tdp"><?php echo $capteur['nom'];?></td>
  46 + <td class="tdp"><?php echo $capteur['unite'];?></td>
47 </tr> 47 </tr>
48 <?php 48 <?php
49 } 49 }