From 79f851fab5c609219dc49e4ff6625d35bebff9a6 Mon Sep 17 00:00:00 2001 From: Thomas Schmidts Date: Tue, 14 Oct 2014 17:52:01 +0200 Subject: [PATCH] Fix #1047. The header is now fixed and scrolls with the rest of the text --- .../Books/Users/localtheme/assets/style.css | 6 +++ .../templates/includes/book/header.html | 45 +------------------ 2 files changed, 8 insertions(+), 43 deletions(-) diff --git a/Documentation/Books/Users/localtheme/assets/style.css b/Documentation/Books/Users/localtheme/assets/style.css index bc91c3f030..d60b911c02 100755 --- a/Documentation/Books/Users/localtheme/assets/style.css +++ b/Documentation/Books/Users/localtheme/assets/style.css @@ -2935,4 +2935,10 @@ background-color: rgba(240,240,0,0.4); .book .book-summary .book-search input{ padding-right: 20px !important; +} + +.book .book-header { + background-color: #FFFFFF !important; + width: 84%; + position:fixed !important; } \ No newline at end of file diff --git a/Documentation/Books/Users/localtheme/templates/includes/book/header.html b/Documentation/Books/Users/localtheme/templates/includes/book/header.html index 38b7c8536e..d2076a60ce 100644 --- a/Documentation/Books/Users/localtheme/templates/includes/book/header.html +++ b/Documentation/Books/Users/localtheme/templates/includes/book/header.html @@ -10,50 +10,9 @@ {% include "./font-settings.html" %} - - - - {% if githubId %} - - - {% endif %} {% if options.links.sharing.twitter !== false %} {% endif %} - -

- - ArangoDB2.2.3 -

- +

ArangoDB2.2.3

+ \ No newline at end of file