diff --git a/site/addRpi.php b/site/addRpi.php index c6bdb97..f8eaf91 100644 --- a/site/addRpi.php +++ b/site/addRpi.php @@ -41,9 +41,9 @@ session_start(); auto eth0
iface eth0 inet static
- address 172.26.145.X
- netmask 255.255.255.0
- gateway 172.26.145.254
+ address 172.26.145.X
+ netmask 255.255.255.0
+ gateway 172.26.145.254

Lancez la commande : ifdown eth0
Lancez la commande : ifup eth0
diff --git a/site/css/style.css b/site/css/style.css index c930594..0cd1768 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -73,6 +73,6 @@ th, td { } .tabulation { - text-indent: 20px; + margin: 0 0 0 20px; } -- libgit2 0.21.2