summaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2017-10-09 14:30:40 +0200
committerSofia Wallin <sofia.wallin@ericsson.com>2017-10-10 11:34:20 +0000
commit687e776dca5484dd231e947ef20c05ba16669d1e (patch)
tree26c069a7bc892a69ed53527a5cf7a1d3476e442a /docs/_static
parent94cc9cc25449b3098a61a83198770d46dccaaba1 (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> (cherry picked from commit d9df3e190eb114bc720a16d794801db6d006a6f3)
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{