diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-16 02:48:37 +0530 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-03-21 10:04:40 +0000 |
commit | f26bdd7bbfe02bc7007974b902e89943dcb2ef61 (patch) | |
tree | 093982a837449b07041cd44ed3f52b1f27c4aad4 /docs/_static | |
parent | 656067274f1aca76151066ca2571086ab2d625ed (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>
(cherry picked from commit 6e4ba246bfa93f285cabd242d392dccfbaee03ce)
Diffstat (limited to 'docs/_static')
-rw-r--r-- | docs/_static/my-styles.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/_static/my-styles.css b/docs/_static/my-styles.css new file mode 100644 index 000000000..86e7ea822 --- /dev/null +++ b/docs/_static/my-styles.css @@ -0,0 +1,20 @@ +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 |