From c3552ab3015fbebaf80362bf9e77b12f7e73c6e9 Mon Sep 17 00:00:00 2001 From: AParris21 <> Date: Mon, 21 Nov 2022 19:02:52 -0500 Subject: [PATCH 1/2] Moved theme-box to Home page header. --- Website/Style/web/main_d485f_v1.css | 2 +- Website/Style/web/main_post_d485f_v1.css | 2 +- index.html | 40 ++++++++++++++++++++++-- 3 files changed, 39 insertions(+), 5 deletions(-) diff --git a/Website/Style/web/main_d485f_v1.css b/Website/Style/web/main_d485f_v1.css index 0261857..91553b8 100644 --- a/Website/Style/web/main_d485f_v1.css +++ b/Website/Style/web/main_d485f_v1.css @@ -133,7 +133,7 @@ li:not(:last-child) { z-index: 99999999; display: inline-block; margin-right: 1rem; - position: fixed; + /* position: fixed; */ top: 50%; top: 50%; left: 2rem; diff --git a/Website/Style/web/main_post_d485f_v1.css b/Website/Style/web/main_post_d485f_v1.css index 06d9204..c6093e1 100644 --- a/Website/Style/web/main_post_d485f_v1.css +++ b/Website/Style/web/main_post_d485f_v1.css @@ -179,7 +179,7 @@ th { z-index: 99999999; display: inline-block; margin-right: 1rem; - position: fixed; + /* position: fixed; */ left: 2rem; top: 50%; } diff --git a/index.html b/index.html index c9a4c0a..d16c071 100644 --- a/index.html +++ b/index.html @@ -46,15 +46,15 @@ -
+ -
+ +
+ +
+
From ecff5eb71232e8f280eb136c4560ebcdb0e9ba62 Mon Sep 17 00:00:00 2001 From: AParris21 <> Date: Mon, 21 Nov 2022 22:52:13 -0500 Subject: [PATCH 2/2] Re-added the extra div in the menu-div --- index.html | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index d16c071..2de6b42 100644 --- a/index.html +++ b/index.html @@ -97,25 +97,27 @@