From 6aa154d3de45989e8463b9b2d016b7f509a72025 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 08:31:55 +0200 Subject: [PATCH] test graphics --- it4i_theme/header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/it4i_theme/header.html b/it4i_theme/header.html index a0a11335e..be94f3672 100644 --- a/it4i_theme/header.html +++ b/it4i_theme/header.html @@ -22,12 +22,12 @@ {{ page_title | default(site_name, true) }} </div> </div> - <div class="button button-twitter" role="button" aria-label="Twitter"> - <a href="all.pdf" title="DOWNLOAD PDF VERSION" target="_blank"><img src="/img/download.png" width="27" height="27"></a> - </div> <div class="button button-github" role="button" aria-label="GitHub"> <a href="https://gitlab.it4i.cz/kru0052/docs.it4i" title="on GitLab" target="_blank" ><img src="/img/git.png" width="31" height="31"></a> </div> + <div class="button button-twitter" role="button" aria-label="Twitter"> + <a href="all.pdf" title="DOWNLOAD PDF VERSION" target="_blank"><img src="/img/download.png" width="27" height="27"></a> + </div> <div class="button button-search" role="button" aria-label="Search"> <label class="toggle-button icon icon-search" title="Search" for="toggle-search"></label> </div> -- GitLab