diff options
author | 2018-10-02 19:07:48 +0000 | |
---|---|---|
committer | 2018-10-02 19:07:48 +0000 | |
commit | a126959e7742101ac73e11f260e5651c1d6492f6 (patch) | |
tree | 37c1f5cb8a50139ea6abb0ff61397434a9d7a83f /docs/_templates/layout.html | |
parent | dc9b43827ed8c46bcd422e58461d73120c871e26 (diff) | |
parent | 64c09816ca29ff81ea98b6f209fbc65f6c5004f8 (diff) |
Merge "DOC - Fixing the width of tables and web pages"
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 %} |