diff --git a/ui/index.html b/ui/index.html
index fb864166..9e3517f0 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -243,13 +243,41 @@
-
Help & Community
-
+
+
+
Help
+
+ - Using the software
+
+
+
- Installation
+
+
+
- Downloadable Content
+
+
+
+
+
+
Community
+
+
+
diff --git a/ui/media/css/main.css b/ui/media/css/main.css
index cc371b38..da87216d 100644
--- a/ui/media/css/main.css
+++ b/ui/media/css/main.css
@@ -341,6 +341,35 @@ img {
color: var(--text-color);
text-decoration: none;
}
+.float-child h1 {
+ border-bottom: var(--button-border);
+}
+#help-links {
+ display: inline-block;
+ list-style-type: none;
+ text-align: left;
+ margin: auto;
+ padding: 0px;
+}
+#help-links li {
+ padding-bottom: 12pt;
+ display: block;
+ font-size: 10pt;
+}
+#help-links li .fa-fw {
+ padding-right: 2pt;
+}
+#help-links li a {
+ color: var(--text-color);
+ text-decoration: none;
+}
+#help-links li ul {
+ padding-inline-start: 10px;
+ margin-top: 8px;
+}
+.help-section {
+ font-size: 130%;
+}
.dropdown {
overflow: hidden;
}
@@ -620,6 +649,14 @@ input::file-selector-button {
#editor {
max-width: 480px;
}
+ .float-container {
+ padding: 20px;
+ }
+ .float-child {
+ width: 50%;
+ float: left;
+ padding: 20px;
+ }
}
.help-btn {