summaryrefslogtreecommitdiffstats
path: root/docs/_templates
diff options
context:
space:
mode:
authorShubhamRathi <shubhamiiitbackup@gmail.com>2017-03-16 02:48:37 +0530
committerShubhamRathi <shubhamiiitbackup@gmail.com>2017-03-16 02:48:37 +0530
commit6e4ba246bfa93f285cabd242d392dccfbaee03ce (patch)
tree76cc0e0980a6e0c9290c4870d3b41c1779537693 /docs/_templates
parent1fc4463cbdaad35db04cc81fa6575ca721920785 (diff)
CSS Changes to layout
1. Logo has been scaled up 2. Font has been defaulted to 'Arial' Change-Id: I7d729009649ba59394f5a78c6909b6af21bae0ab Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/layout.html5
1 files changed, 5 insertions, 0 deletions
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