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