From 3f6960806d0606689021c8bd95aca9bc845fa1ee Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Fri, 18 Jan 2019 14:46:53 +0100
Subject: [PATCH] [mod] Improve Debian, Ubuntu logos and code positions

---
 public/install.html        | 3 ++-
 public/installationfr.html | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/public/install.html b/public/install.html
index d56978a..45a9c31 100644
--- a/public/install.html
+++ b/public/install.html
@@ -25,8 +25,9 @@
       <span style="color: white;"><a href="https://packages.debian.org/buster/silkaj"><img
             src="images/debian_logo.png" height="100"></a>
 	    <a href="https://packages.ubuntu.com/search?keywords=silkaj"><img src="images/ubuntu_logo.svg" height="100"></a>
+	    <br /><br />
 	      <code> sudo apt install silkaj </code></span>
-      <h3><br>
+      <h3>
         <span style="color: white;"></span></h3>
       <h3><span style="color: white;"><span style="font-family: Courier New,Courier,monospace;"><a
               href="https://git.duniter.org/clients/python/silkaj/blob/dev/doc/install_pip.md">From
diff --git a/public/installationfr.html b/public/installationfr.html
index 6418ff2..7d94461 100644
--- a/public/installationfr.html
+++ b/public/installationfr.html
@@ -26,8 +26,9 @@
       <span style="color: white;"><a href="https://packages.debian.org/buster/silkaj"><img
             src="images/debian_logo.png" alt="debian" title="debian" height="100"></a>
 	    <a href="https://packages.ubuntu.com/search?keywords=silkaj"><img src="images/ubuntu_logo.svg" height="100"></a>
+	    <br /><br />
         <code> sudo apt install silkaj </code></span>
-      <h3><br>
+      <h3>
         <span style="color: white;"></span></h3>
       <h3><span style="color: white;"><span style="font-family: Courier New,Courier,monospace;"><a
               href="https://git.duniter.org/clients/python/silkaj/blob/dev/doc/install_pip.md">Depuis
-- 
GitLab