From f5d05c0816bfcfac6199b4e088dc7a10ddee5b7c Mon Sep 17 00:00:00 2001 From: Glenwing Date: Thu, 15 Mar 2018 19:21:16 -0700 Subject: [PATCH] Minor fix to header --- diu/index.html | 4 +- diu/style.css | 3 + docs/index.html | 268 ++++++++++++++++++++++++------------------------ index.html | 19 +++- 4 files changed, 155 insertions(+), 139 deletions(-) diff --git a/diu/index.html b/diu/index.html index e7c4c39..5f166e4 100644 --- a/diu/index.html +++ b/diu/index.html @@ -17,8 +17,8 @@
-
- subdirectory_arrow_left Video Bandwidth Calculator +
diff --git a/diu/style.css b/diu/style.css index 8545c86..0a24c38 100644 --- a/diu/style.css +++ b/diu/style.css @@ -8,6 +8,7 @@ body { body { font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace; font-size: 15px; + line-height: 120%; min-height: 100%; overflow-y: scroll; } @@ -52,6 +53,8 @@ div.footer a { } div.header { + font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace; + line-height: 120%; font-weight: bold; font-size: 16px; padding-left: 16px; diff --git a/docs/index.html b/docs/index.html index 7560aac..9a8d56f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,16 +5,18 @@