From 308228217ef7258ea2d4583bd2b44da2162d1656 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 08:44:03 +0100 Subject: [PATCH] change theme --- it4i_theme/assets/stylesheets/application.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css index e2435317f..4980df7ad 100644 --- a/it4i_theme/assets/stylesheets/application.css +++ b/it4i_theme/assets/stylesheets/application.css @@ -1006,6 +1006,8 @@ h1 .article .headerlink { height: auto; margin-bottom: 96px; padding-top: 80px; + max-height: 1000px; + overflow: auto; } .drawer, .drawer .scrollable { position: static; @@ -1220,10 +1222,6 @@ h1 .article .headerlink { .article table th { color: #fff0e6; } -} .toc { - max-height: 1200px; - overflow: auto; -} a:not([href*="//"]) { /* CSS for internal links */ } -- GitLab