From ce812422a6676198ddbbcfc907bec9b674610922 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Mon, 19 Sep 2022 17:02:01 -0400 Subject: [PATCH 01/15] Re-aligned various things --- assets/TiB.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/TiB.css b/assets/TiB.css index 8977591..59e3ab9 100644 --- a/assets/TiB.css +++ b/assets/TiB.css @@ -47,6 +47,7 @@ blockquote { body { background-color: black; + margin: 1em 2em; } header { @@ -68,7 +69,6 @@ li ul, li ol { } nav { - padding: 0em 1em; display: flex; flex-direction: row-reverse; } @@ -80,6 +80,7 @@ nav ul { border-color: hsl(0, 80%, 40%); border-radius: 1em; padding: 0.5em; + margin: 0; } nav ul li { @@ -108,8 +109,7 @@ ul { .content, footer, header, nav { max-width: 80em; - margin: 0% auto; - padding: 0% 5%; + margin: 0 auto; } .column { From 683f3703cd0b588a8cc5d03f82bd912adda7652f Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Mon, 19 Sep 2022 17:14:12 -0400 Subject: [PATCH 02/15] The nav ul is no longer inside of a header https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#usage_notes --- about/index.html | 38 ++++++++++++++++++-------------------- assets/TiB.css | 2 ++ index.html | 38 ++++++++++++++++++-------------------- network/index.html | 38 ++++++++++++++++++-------------------- 4 files changed, 56 insertions(+), 60 deletions(-) diff --git a/about/index.html b/about/index.html index 2f8768e..a16c794 100644 --- a/about/index.html +++ b/about/index.html @@ -15,29 +15,27 @@
@@ -241,4 +239,4 @@
- \ No newline at end of file + diff --git a/assets/TiB.css b/assets/TiB.css index 59e3ab9..dc6bca2 100644 --- a/assets/TiB.css +++ b/assets/TiB.css @@ -81,6 +81,8 @@ nav ul { border-radius: 1em; padding: 0.5em; margin: 0; + font-weight: bold; + margin-top: 1em; } nav ul li { diff --git a/index.html b/index.html index 11b3de5..6d80752 100644 --- a/index.html +++ b/index.html @@ -15,29 +15,27 @@
@@ -151,4 +149,4 @@
- \ No newline at end of file + diff --git a/network/index.html b/network/index.html index 771e60b..b4ff6db 100644 --- a/network/index.html +++ b/network/index.html @@ -15,29 +15,27 @@
@@ -386,4 +384,4 @@
- \ No newline at end of file + From 2404ca3d5338d9237f38f6f6f930e73b86554473 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Mon, 19 Sep 2022 17:18:49 -0400 Subject: [PATCH 03/15] Slogan is no longer an h3 --- assets/TiB.css | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/TiB.css b/assets/TiB.css index dc6bca2..a88a185 100644 --- a/assets/TiB.css +++ b/assets/TiB.css @@ -176,6 +176,11 @@ ul { min-width: 128px; } +#slogan { + font-size: 1.17em; + font-weight: bold; +} + /* * TiB.css is free software: you can redistribute and/or modify it under the * terms of the GNU Affero General Public License as published by the Free diff --git a/index.html b/index.html index 6d80752..eae480f 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@
-

For the dreamers, from the doers.

+

For the dreamers, from the doers.