From 9427a32984cbaaf398bb824fdae2b9e4f2f6cebe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Thu, 8 Sep 2016 07:26:50 +0200
Subject: [PATCH] test graphics

---
 it4i_theme/header.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/it4i_theme/header.html b/it4i_theme/header.html
index 94c209492..574fb910c 100644
--- a/it4i_theme/header.html
+++ b/it4i_theme/header.html
@@ -5,8 +5,8 @@
         <span></span>
       </label>
     </div>
-
     <div class="stretch">
+      <div class="title">
 {% set home = repo_url | default("/", true) %}
   <a href="{{ home }}" class="project">
     <div class="banner">
@@ -17,7 +17,6 @@
       {% endif %}
     </div>
   </a>
-      <div class="title">
         {% if current_page %}
           <span class="path">
             {% for doc in current_page.ancestors %}
-- 
GitLab