From 3ed6cea841b9edadddb1a12c3354dd719f427ad5 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: Mon, 19 Dec 2016 13:46:17 +0100
Subject: [PATCH] change

---
 it4i_theme/assets/stylesheets/application.css | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css
index 34cd77662..b57c75c0c 100644
--- a/it4i_theme/assets/stylesheets/application.css
+++ b/it4i_theme/assets/stylesheets/application.css
@@ -507,8 +507,14 @@ body, input {
     font-weight: 400;
 }
 .drawer .section, .repo a {
-    font-weight: 700;
+    font-family: Arial, sans-serif;
+    color: #222;
+    font-size: 1.2em;
+    font-weight: normal;
+    margin: 0;
+    padding: 5px 10px;
     background-color: #ddd;
+    text-shadow: 1px 1px 0 white;
 }
 .repo a {
     text-transform: uppercase;
@@ -1022,6 +1028,7 @@ h1 .article .headerlink {
 }
 .drawer, .drawer .scrollable {
     position: static;
+    padding: 20px 0;
 }
 .article {
     margin-left: 262px;
-- 
GitLab