From d2470730fc2dd0a9c183d5101eefa4bdb29bea53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=B6ln?= Date: Wed, 20 Mar 2019 22:13:12 +0100 Subject: [PATCH] center book title --- src/theme/css/book.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/theme/css/book.css b/src/theme/css/book.css index 61281049..e6c270e1 100644 --- a/src/theme/css/book.css +++ b/src/theme/css/book.css @@ -43,6 +43,14 @@ h4::before { display: inline-block; margin-left: -1em; } +.left-buttons { + position: absolute; +} +.right-buttons { + position: absolute; + right: 0; +} + #menu-bar-sticky-container { background-color: rgba(255, 255, 255, 0.8) !important; }