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