From 7c6b5606c2894520b16bca6723ce38f9e0ff053a Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@imag.fr>
Date: Wed, 12 Apr 2017 19:00:09 +0200
Subject: [PATCH] small style fixes

---
 css/reset.css | 2 ++
 footer.php    | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/css/reset.css b/css/reset.css
index 1ecc0dc..e7bac6e 100644
--- a/css/reset.css
+++ b/css/reset.css
@@ -185,11 +185,13 @@ footer#bottom{
 
 .half-right{
     float: right;
+    text-align: right;
     width: 48%;
 }
 
 .half-left{
     float: left;
+    text-align: left;
     width: 48%
 }
 
diff --git a/footer.php b/footer.php
index 7f70910..d46b65f 100644
--- a/footer.php
+++ b/footer.php
@@ -13,9 +13,11 @@
                         <li><a href="<?php echo base_url(); ?>" title="Retour &agrave; l'accueil.">Accueil</a></li>
                         <li><a href="<?php echo base_url('admin'); ?>" title="Administration">Administration</a></li>
                         <li><a href="<?php echo rss_url(); ?>"><?php echo social_logo('rss'); ?> RSS</a></li>
-                        <?php echo html_meta('w3c'); ?>
                 </ul>
                     </div>
+                    <div class="half-right">
+                        <?php echo html_meta('w3c'); ?>
+                    </div>
                 </footer>
             </div>
         </div>
-- 
GitLab