Commit 7c146d6806660d5f6a9dc31ce9b43e6b21387d3c

Authored by grouille
1 parent e67b2530

Protocole RPI

Showing 2 changed files with 3 additions and 7 deletions   Show diff stats
site/addRpi.php
... ... @@ -41,9 +41,9 @@ session_start();
41 41 <code>
42 42 auto eth0<br/>
43 43 iface eth0 inet static<br/>
44   - <span class="tabulation">address 172.26.145.X</span><br/>
45   - <span class="tabulation">netmask 255.255.255.0</span><br/>
46   - <span class="tabulation">gateway 172.26.145.254</span><br/>
  44 + address 172.26.145.X<br/>
  45 + netmask 255.255.255.0<br/>
  46 + gateway 172.26.145.254<br/>
47 47 </code><br/>
48 48 Lancez la commande : <code>ifdown eth0</code><br/>
49 49 Lancez la commande : <code>ifup eth0</code><br/>
... ...
site/css/style.css
... ... @@ -72,7 +72,3 @@ th, td {
72 72 margin-top: 15px;
73 73 }
74 74  
75   -.tabulation {
76   - text-indent: 20px;
77   -}
78   -
... ...