diff --git a/core/tests/content/leaf.html b/core/tests/content/leaf.html index a562f6a47..699a066ed 100644 --- a/core/tests/content/leaf.html +++ b/core/tests/content/leaf.html @@ -109,7 +109,7 @@ justify-content: space-between; box-shadow: 0px 1px 0px #d1d1d1; border-bottom: 1px solid #f6f6f6; - max-width: 80rem; + max-width: 120rem; margin: 0 auto; color: var(--text-color); font-family: "Noto Sans" !important; @@ -265,7 +265,7 @@ body .body { margin: 0px 1rem; padding: 1.5rem 0rem 0; - max-width: 80rem; + max-width: 120rem; } body.article #headblock { padding: 0.25rem 1rem !important; @@ -276,7 +276,7 @@ } @media (min-width: 769px) { body.article { - max-width: 80rem !important; + max-width: 120rem !important; margin: auto; padding: 0px 2.25rem; border-radius: .5rem; @@ -303,7 +303,7 @@ /* asciidoc layout base */ #boost-legacy-docs-wrapper { margin: auto; - max-width: 80rem; + max-width: 120rem; overflow: hidden; position: relative; margin-top: 1rem; diff --git a/frontend/docsstyles.css b/frontend/docsstyles.css index 7343242e7..b4d618d70 100644 --- a/frontend/docsstyles.css +++ b/frontend/docsstyles.css @@ -6,7 +6,7 @@ } body { - @apply font-sans break-normal max-w-7xl mx-auto md:pt-11 md:px-6 my-0 h-screen; + @apply font-sans break-normal max-w-[120rem] mx-auto md:pt-11 md:px-6 my-0 h-screen; } /* Fixes the logo's pixel shift for non-framed and framed docs, respectively. */ @@ -34,7 +34,7 @@ div.copyright-footer:first-of-type, div.chapter:first-of-type, div.refentry:first-of-type, div.book:first-of-type { - @apply max-w-7xl px-3 md:px-6 mx-auto; + @apply max-w-[120rem] px-3 md:px-6 mx-auto; } #avatar>div, diff --git a/frontend/styles.css b/frontend/styles.css index c6016ed9e..6788180c6 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -118,6 +118,6 @@ } #docsiframe { - @apply w-full mx-0 my-auto overflow-hidden p-0 max-w-[80rem] mt-[1px]; + @apply w-full mx-0 my-auto overflow-hidden p-0 max-w-[120rem] mt-[1px]; height: calc(100vh - 2.6rem) } diff --git a/templates/base.html b/templates/base.html index 35e003613..ece9c9543 100644 --- a/templates/base.html +++ b/templates/base.html @@ -54,7 +54,7 @@ justify-content: space-between; box-shadow: 0px 1px 0px #d1d1d1; border-bottom: 1px solid #f6f6f6; - max-width: 80rem; + max-width: 120rem; margin: 0 auto; color: var(--text-color); font-family: "Noto Sans" !important; @@ -213,7 +213,7 @@ body .body { margin: 0px 1rem; padding: 1.5rem 0rem 0; - max-width: 80rem; + max-width: 120rem; } body.article #headblock { padding: 0.25rem 1rem !important; @@ -224,7 +224,7 @@ } @media (min-width: 769px) { body.article { - max-width: 80rem !important; + max-width: 120rem !important; margin: auto; padding: 0px 2.25rem; border-radius: .5rem; @@ -251,7 +251,7 @@ /* asciidoc layout base */ .main-footer { - max-width: 80rem !important; + max-width: 120rem !important; } .link-icons { @@ -335,7 +335,7 @@ }" class="h-screen bg-gray-200 dark:bg-black{% if DEBUG %} DEBUG{% endif %}" {% block body_id %}{% endblock %}> -
+
{% block content_header %} {% include "includes/_header.html" %} {% endblock %} diff --git a/templates/community_temp.html b/templates/community_temp.html index 20624a5b2..02c6a143b 100644 --- a/templates/community_temp.html +++ b/templates/community_temp.html @@ -8,7 +8,7 @@ {% block content %}
-
+
Mailing Lists

Discover the Boost library community with options tailored to developers, casual users, and enthusiasts.

diff --git a/templates/docs_temp.html b/templates/docs_temp.html index dac3cc281..04375059d 100644 --- a/templates/docs_temp.html +++ b/templates/docs_temp.html @@ -20,42 +20,84 @@
{% endcomment %} -
-
-
User Guide
-

How to use the libraries in your programs

-
- - - -
- FAQ -
-
- - - -
- Introduction to the User Community +
+
+
+
User Guide
+

How to use the libraries in your programs

+
+
+ User Guide +
-
- User Guide + - {% comment %}
@@ -63,63 +105,26 @@
- Contributor Guide -
-
-
Contributor Guide
-

Resources to help you contribute

-
- - - - -
- Testing -
- -
- - -
- About Boost Development +
+
+
Boost Formal Reviews
+

Learn how new libraries are added

+
-
- -
-
Boost Formal Reviews
-

Learn how new libraries are added

- -
- Formal Reviews -
diff --git a/templates/docsiframe.html b/templates/docsiframe.html index ed35e9ff1..5bbbacd8d 100644 --- a/templates/docsiframe.html +++ b/templates/docsiframe.html @@ -7,7 +7,6 @@ id="docsiframe" >