1. Logo has been scaled up
2. Font has been defaulted to 'Arial'
Change-Id: I7d729009649ba59394f5a78c6909b6af21bae0ab
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit
6e4ba246bfa93f285cabd242d392dccfbaee03ce)
--- /dev/null
+body{
+ font-family:"Arial", Helvetica, sans-serif;
+}
+
+.navbar-brand img {
+ height: 200%;
+ margin-top: -5%;
+}
+
+.navbar, h1, h2, h3, h4, h5, h6 {
+ font-family: "Arial",sans-serif;
+}
+
+.navbar-fixed-top {
+ top: 10px
+}
+
+.navbar-text{
+ color: #676767;
+}
\ No newline at end of file
--- /dev/null
+{# 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
master_doc = 'index'
# General information about the project.
-project = 'Documentation'
+project = ''
copyright = '2017, OPNFV. Licensed under CC BY 4.0'
author = 'Open Platform for NFV'