From 3f5073c5ed25b33a53329575f643745aee9a1fd6 Mon Sep 17 00:00:00 2001 From: Greg Newman Date: Wed, 12 Jul 2023 15:37:36 -0400 Subject: [PATCH 1/2] :coffin: Removes breadcrumbs Issue: #485 --- static/css/styles.css | 14 ++++---------- templates/boost/people_detail.html | 5 ----- templates/libraries/category_list.html | 21 --------------------- templates/libraries/detail.html | 7 ------- templates/libraries/flat_list.html | 21 --------------------- templates/libraries/list.html | 6 ------ templates/news/detail.html | 4 ---- 7 files changed, 4 insertions(+), 74 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 8ff1b4f1..0bb7576e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1854,12 +1854,6 @@ i.fa, i.fab, i.fa-brands { border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); } -.divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(1px * var(--tw-divide-x-reverse)); - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); -} - .divide-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0; border-right-width: calc(0px * var(--tw-divide-x-reverse)); @@ -3444,14 +3438,14 @@ i.fa, i.fab, i.fa-brands { padding: 2.75rem; } - .md\:p-0 { - padding: 0px; - } - .md\:p-5 { padding: 1.25rem; } + .md\:p-0 { + padding: 0px; + } + .md\:p-20 { padding: 5rem; } diff --git a/templates/boost/people_detail.html b/templates/boost/people_detail.html index 00846342..252f46ed 100644 --- a/templates/boost/people_detail.html +++ b/templates/boost/people_detail.html @@ -3,11 +3,6 @@ {% load static %} {% block content %} - -
- People > Dave Abrahams -
-
diff --git a/templates/libraries/category_list.html b/templates/libraries/category_list.html index 6e9c904e..dda08002 100644 --- a/templates/libraries/category_list.html +++ b/templates/libraries/category_list.html @@ -5,27 +5,6 @@ {% block title %}{% trans "Libraries" %}{% endblock %} {% block content %} - - -
- -{# #} -{# Libraries#} -{# {% if version_slug %}#} -{# Libraries ({{ version_name }})#} -{# {% endif %}#} -{# {% if category %} Categorized#} -{# {{ category.name }}#} -{# {% endif %}#} -
-
diff --git a/templates/libraries/detail.html b/templates/libraries/detail.html index 2446213e..ef001582 100644 --- a/templates/libraries/detail.html +++ b/templates/libraries/detail.html @@ -3,13 +3,6 @@ {% load static %} {% block content %} - - -
diff --git a/templates/libraries/flat_list.html b/templates/libraries/flat_list.html index 1cf29947..11cc7e6d 100644 --- a/templates/libraries/flat_list.html +++ b/templates/libraries/flat_list.html @@ -5,27 +5,6 @@ {% block title %}{% trans "Libraries" %}{% endblock %} {% block content %} - - -
- -{# #} -{# Libraries#} -{# {% if version_slug %}#} -{# Libraries ({{ version_name }})#} -{# {% endif %}#} -{# {% if category %} Categorized#} -{# {{ category.name }}#} -{# {% endif %}#} -
-
diff --git a/templates/libraries/list.html b/templates/libraries/list.html index c1b0a37b..dbda5044 100644 --- a/templates/libraries/list.html +++ b/templates/libraries/list.html @@ -5,12 +5,6 @@ {% block title %}{% trans "Libraries" %}{% endblock %} {% block content %} - - -
- -
-
diff --git a/templates/news/detail.html b/templates/news/detail.html index 0491f3e9..a43fe793 100644 --- a/templates/news/detail.html +++ b/templates/news/detail.html @@ -5,10 +5,6 @@ {% block title %}{% trans "News" %}{% endblock %} {% block content %} - -
- News > {{ entry.title }} -
From f2bdc367a725b8f6ba494d8f719624871bd68bc2 Mon Sep 17 00:00:00 2001 From: Greg Newman Date: Wed, 12 Jul 2023 15:45:13 -0400 Subject: [PATCH 2/2] :art: footer on two lines Issue: #504 --- templates/includes/_footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/includes/_footer.html b/templates/includes/_footer.html index 827edbc7..e90a6ef6 100644 --- a/templates/includes/_footer.html +++ b/templates/includes/_footer.html @@ -3,13 +3,13 @@