From a1ecbd00f197b6314bcbae4e1e66a2a1c2243ca2 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Fri, 10 May 2019 15:57:35 +0200
Subject: [PATCH] Fixing css location

---
 basetheme_bootstrap/static/css/basetheme_bootstrap.css  | 6 ------
 basetheme_bootstrap/static/css/basetheme_bootstrap4.css | 6 ++++++
 setup.py                                                | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap.css b/basetheme_bootstrap/static/css/basetheme_bootstrap.css
index babdb3c..6c3603f 100644
--- a/basetheme_bootstrap/static/css/basetheme_bootstrap.css
+++ b/basetheme_bootstrap/static/css/basetheme_bootstrap.css
@@ -52,10 +52,4 @@
 
 .pull-right + .pull-right{
 margin-right:4px;
-}
-.content-page-title>*:first-child{
-    flex-grow: 1;
-}
-.content-page-title{
-    display:flex;
 }
\ No newline at end of file
diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4.css
index e235350..f3785b9 100644
--- a/basetheme_bootstrap/static/css/basetheme_bootstrap4.css
+++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4.css
@@ -48,4 +48,10 @@ body {
     .container {
         max-width: 2490px;
     }
+}
+.content-page-title>*:first-child{
+    flex-grow: 1;
+}
+.content-page-title{
+    display:flex;
 }
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 1198354..8f4f2c6 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
 
 setup(
     name='django-basetheme-bootstrap',
-    version='0.0.7',
+    version='0.0.8',
     description='Django Basetheme Bootstrap',
     long_description=readme,
     author='Bryan Brancotte',
-- 
GitLab