mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Changing the parameter name to style_nav_header_background
Also making it to modify the background css property instead of background-color Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
This commit is contained in:
parent
3af8d2f664
commit
476dec4422
@ -108,7 +108,7 @@
|
||||
{# SIDE NAV, TOGGLES ON MOBILE #}
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
||||
<div class="wy-side-scroll">
|
||||
<div class="wy-side-nav-search" {% if theme_nav_header_background_color %} style="background-color: {{theme_nav_header_background_color}}" {% endif %}>
|
||||
<div class="wy-side-nav-search" {% if theme_style_nav_header_background %} style="background: {{theme_style_nav_header_background}}" {% endif %}>
|
||||
{% block sidebartitle %}
|
||||
|
||||
{% if logo and theme_logo_only %}
|
||||
|
@ -10,9 +10,9 @@ collapse_navigation = True
|
||||
sticky_navigation = True
|
||||
navigation_depth = 4
|
||||
includehidden = True
|
||||
nav_header_background_color =
|
||||
titles_only =
|
||||
logo_only =
|
||||
display_version = True
|
||||
prev_next_buttons_location = bottom
|
||||
style_external_links = False
|
||||
style_nav_header_background =
|
Loading…
Reference in New Issue
Block a user