From 1e3e669642e8b080da03ae721de89b20b14d4b6f Mon Sep 17 00:00:00 2001 From: Joy A Date: Tue, 22 Oct 2024 09:59:48 +0100 Subject: [PATCH 1/3] updated branch --- assets/static/vocabulary/css/vocabulary.css | 4 +- themes/vocabulary_theme/templates/layout.html | 171 ++++++++---------- 2 files changed, 75 insertions(+), 100 deletions(-) diff --git a/assets/static/vocabulary/css/vocabulary.css b/assets/static/vocabulary/css/vocabulary.css index 678fe3b6..3ed67ed7 100644 --- a/assets/static/vocabulary/css/vocabulary.css +++ b/assets/static/vocabulary/css/vocabulary.css @@ -43,9 +43,9 @@ EX: /* typography */ body { - display: grid; + /* display: grid; grid-template-columns: 5% 3% 6% 6% 15% 30% 15% 6% 6% 3% 5%; - overflow-x: hidden; + overflow-x: hidden; */ font-weight: 400; -moz-osx-font-smoothing: grayscale; diff --git a/themes/vocabulary_theme/templates/layout.html b/themes/vocabulary_theme/templates/layout.html index 3568c192..2fe66fb9 100644 --- a/themes/vocabulary_theme/templates/layout.html +++ b/themes/vocabulary_theme/templates/layout.html @@ -4,6 +4,7 @@ + @@ -172,105 +173,79 @@ {% block body %}{% endblock %} - + + + + +
+

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International license. Icons by Font Awesome.

+ + + + + + + +
+ + From 3cb96769ea9ab0fae80ea8f8ec473f4852064d25 Mon Sep 17 00:00:00 2001 From: Joy A Date: Tue, 22 Oct 2024 09:51:50 +0100 Subject: [PATCH 2/3] removed duplicate from vocabulary.css --- assets/static/vocabulary/css/vocabulary.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/static/vocabulary/css/vocabulary.css b/assets/static/vocabulary/css/vocabulary.css index 3ed67ed7..543e8b62 100644 --- a/assets/static/vocabulary/css/vocabulary.css +++ b/assets/static/vocabulary/css/vocabulary.css @@ -2057,4 +2057,4 @@ body > footer .license svg { body > header .ancilliary-menu button:before, body > header .ancilliary-menu a:before { display: none; } -} +} \ No newline at end of file From cbc953344323399747e2f00c14cadd8e24243d4c Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Tue, 5 Nov 2024 07:45:09 -0800 Subject: [PATCH 3/3] restore newline at end of file --- assets/static/vocabulary/css/vocabulary.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/static/vocabulary/css/vocabulary.css b/assets/static/vocabulary/css/vocabulary.css index e151675b..7725e563 100644 --- a/assets/static/vocabulary/css/vocabulary.css +++ b/assets/static/vocabulary/css/vocabulary.css @@ -2054,4 +2054,4 @@ body > footer .license svg { body > header .ancilliary-menu button:before, body > header .ancilliary-menu a:before { display: none; } -} \ No newline at end of file +}