From 6e4ba246bfa93f285cabd242d392dccfbaee03ce Mon Sep 17 00:00:00 2001 From: ShubhamRathi Date: Thu, 16 Mar 2017 02:48:37 +0530 Subject: CSS Changes to layout 1. Logo has been scaled up 2. Font has been defaulted to 'Arial' Change-Id: I7d729009649ba59394f5a78c6909b6af21bae0ab Signed-off-by: ShubhamRathi --- docs/_templates/layout.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/_templates/layout.html (limited to 'docs/_templates') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 000000000..08baa3ec5 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,5 @@ +{# Import the theme's layout. #} +{% extends "!layout.html" %} + +{# Custom CSS overrides #} +{% set bootswatch_css_custom = ['_static/my-styles.css'] %} \ No newline at end of file -- cgit 1.2.3-korg