diff options
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r-- | docs/_templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index ba05e829f..578452912 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -2,7 +2,7 @@ {% extends "!layout.html" %} {# Custom CSS override for warning banner #} -{% set css_files = css_files + ['_static/css/warning-header.css'] %} +{% set css_files = css_files + ['_static/css/ribbon.css'] %} {# Ribbon #} {% block content %} |