diff --git a/ReleaseNotes.html b/ReleaseNotes.html
index 4fa01a6b..54804920 100644
--- a/ReleaseNotes.html
+++ b/ReleaseNotes.html
@@ -111,8 +111,8 @@
diff --git a/Users.html b/Users.html
index 21ec78be..9458e189 100644
--- a/Users.html
+++ b/Users.html
@@ -111,8 +111,8 @@
diff --git a/content/fsdocs-custom.css b/content/fsdocs-custom.css
index c32465db..54358680 100644
--- a/content/fsdocs-custom.css
+++ b/content/fsdocs-custom.css
@@ -1,5 +1,16 @@
+.navbar-nav .nav-link {
+ padding-top: 0.1rem;
+ padding-bottom: 0.1rem;
+}
-/*--------------------------------------------------------------------------
- Customize your CSS here
-/*--------------------------------------------------------------------------*/
+#fsdocs-content li {
+ margin: 0px 0px 10px 0px;
+}
+.masthead h3 {
+ margin-top: 15px;
+ margin-bottom: 5px;
+ font-size: 130%;
+ text-align: right;
+ color: #999999;
+}
diff --git a/index.html b/index.html
index c35832cf..13b49d19 100644
--- a/index.html
+++ b/index.html
@@ -111,8 +111,8 @@