From 64c09816ca29ff81ea98b6f209fbc65f6c5004f8 Mon Sep 17 00:00:00 2001 From: "Bozawglanian, Hagop (hb755d)" Date: Wed, 26 Sep 2018 22:07:12 +0000 Subject: 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) --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_templates') 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 %} -- cgit 1.2.3-korg