diff options
author | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-09-26 22:07:12 +0000 |
---|---|---|
committer | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-09-26 22:07:12 +0000 |
commit | 64c09816ca29ff81ea98b6f209fbc65f6c5004f8 (patch) | |
tree | 4f7ef48e3edc9f66badfb812ff5654ce08206d9f /docs/_templates | |
parent | 5b1dc0945b134fa4e02d632e140fcf3d1a90dc08 (diff) |
DOC - Fixing the width of tables and web pages
Fixing the current width of the webpages to expand screens better.
Issue-ID: DOC-310
Change-Id: Ib609fc548a22d189513a470adea7dea37559014b
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'docs/_templates')
-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 %} |