From 3f011e0b1d7b947ffe319a4d6f0c484278589217 Mon Sep 17 00:00:00 2001
From: Loic GUEGAN <loic@Manzerbredes>
Date: Sat, 23 Jan 2016 14:55:58 +0100
Subject: [PATCH] Include personnal stylesheet

---
 client/{images/empty => css/style.css} | 0
 client/index.php                       | 2 ++
 2 files changed, 2 insertions(+)
 rename client/{images/empty => css/style.css} (100%)

diff --git a/client/images/empty b/client/css/style.css
similarity index 100%
rename from client/images/empty
rename to client/css/style.css
diff --git a/client/index.php b/client/index.php
index 668711e..c8ccaac 100644
--- a/client/index.php
+++ b/client/index.php
@@ -8,6 +8,8 @@
         <meta name="description" content="Istic-Openstack project">
         <meta name="author" content="IOTeam">
         <link rel="stylesheet" href="./vendors/bootstrap/css/bootstrap.css">
+        <link rel="stylesheet" href="./css/style.css">
+
 
       <!--[if lt IE 9]>
       <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>