From b45f12f79e8f6b2c5f9976a4c67f781058963939 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: Tue, 20 Dec 2016 07:27:30 +0100 Subject: [PATCH] change theme --- it4i_theme/assets/stylesheets/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css index 2b5a141c8..478580e48 100644 --- a/it4i_theme/assets/stylesheets/application.css +++ b/it4i_theme/assets/stylesheets/application.css @@ -384,7 +384,7 @@ body, input { } .drawer { width: 262px; - font-size: 15px; + font-size: 14px; line-height: 1em; } .ios .drawer { @@ -1230,7 +1230,7 @@ h1 .article .headerlink { color: #fff0e6; } } .toc { - max-height: 600px; + max-height: 1200px; overflow: auto; } a:not([href*="//"]) { -- GitLab