summaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2017-10-09 14:30:40 +0200
committerGeorg Kunz <georg.kunz@ericsson.com>2017-10-09 14:30:40 +0200
commitd9df3e190eb114bc720a16d794801db6d006a6f3 (patch)
treefcc2b7aaf25f7ee744fbc4038b1f775b5132f0da /docs/_static
parent4c233297c3bd712de0ff8ca5c8b38e731729e4f4 (diff)
Aligning font size and style with www.OPNFV.org
Increasing the font size to 18px which matches the size used on the official www.opnfv.org main web page. Also aligning the font families used by just sticking to Helvetica. Change-Id: Iad753a3bffe3988b321c4509b4e820cf718bd675 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/my-styles.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/_static/my-styles.css b/docs/_static/my-styles.css
index af7619a13..311306238 100644
--- a/docs/_static/my-styles.css
+++ b/docs/_static/my-styles.css
@@ -1,5 +1,6 @@
body {
- font-family:"Arial", Helvetica, sans-serif;
+ font-family: Helvetica, sans-serif;
+ font-size: 18px;
}
body a {
@@ -16,7 +17,7 @@ body a:hover {
}
.navbar, h1, h2, h3, h4, h5, h6 {
- font-family: "Arial",sans-serif;
+ font-family: Helvetica, sans-serif;
}
.navbar-text{