From c894155925049c13800b5ddc063690351875681c 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 10:12:47 +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 ea77bafeb..af08c3da8 100644 --- a/it4i_theme/assets/stylesheets/application.css +++ b/it4i_theme/assets/stylesheets/application.css @@ -1018,6 +1018,8 @@ h1 .article .headerlink { height: auto; margin-bottom: 96px; padding-top: 80px; + max-height: 1200px; + overflow: auto; } .drawer, .drawer .scrollable { position: static; @@ -1237,10 +1239,6 @@ h1 .article .headerlink { .article table th { color: #fff0e6; } -} .toc { - max-height: 600px; - overflow: auto; -} a:not([href*="//"]) { /* CSS for internal links */ } -- GitLab