changeset e9142f9b1590 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset&node=e9142f9b1590
description:
        Remove use of text-justify

        The text-justify class has been dropped from bootstrap 5 as it can be a 
failure criterion in WCAG.

        issue11150

        review370681002
diffstat:

 templates/foundation.html |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r 925295c8818a -r e9142f9b1590 templates/foundation.html
--- a/templates/foundation.html Tue Jan 18 16:35:59 2022 +0000
+++ b/templates/foundation.html Tue Jan 25 15:51:16 2022 +0000
@@ -21,7 +21,7 @@
             <div class="col-md mb-gutter">
                 <h2 class="text-uppercase text-center">Foundation</h2>
                 <div class="card bg-light">
-                    <div class="card-body text-justify">
+                    <div class="card-body">
                         <p>
                         The Tryton Foundation is a private foundation 
(Fondation Privée) formed under the Belgian law.
                         It aims to protect, promote and develop Tryton as Free 
Software.
@@ -32,7 +32,7 @@
             <div class="col-md mb-gutter">
                 <h2 class="text-uppercase text-center">{{ heart | safe }} 
Donations</h2>
                 <div class="card bg-primary">
-                    <div class="card-body text-justify">
+                    <div class="card-body">
                         <p class="text-white">
                         Please, visit our <a href="{{ url_for('donate') }}" 
class="text-white">donations page</a> to learn more about
                         how you can help the Foundation to keep going and who 
has already supported us.
@@ -53,7 +53,7 @@
         </div>
         <h2 class="text-uppercase">Mission &amp; Organization</h2>
         <div class="row">
-            <div class="col-md mb-gutter text-justify">
+            <div class="col-md mb-gutter">
                 <h3>What does the Tryton Foundation do?</h3>
                 <p>The Tryton Foundation:</p>
                 <ul>
@@ -63,7 +63,7 @@
                     <li>manages and promotes the Tryton trademark.</li>
                 </ul>
             </div>
-            <div class="col-md mb-gutter text-justify">
+            <div class="col-md mb-gutter">
                 <h3>How is the foundation organized?</h3>
                 <p>In the spirit of democracy the foundation want to recognize 
everyone's work in Tryton.
                 So a specific status is available for people or companies 
active in the community:
@@ -92,7 +92,7 @@
         </div>
         <h2 id="trademark" class="text-uppercase text-center">Trademark</h2>
         <div class="row">
-            <div class="col-sm-12 col-md-8 offset-md-2 mb-gutter text-justify">
+            <div class="col-sm-12 col-md-8 offset-md-2 mb-gutter">
                 <a 
href="https://euipo.europa.eu/eSearch/#details/trademarks/010548411";>Tryton<sup>&reg;</sup></a>
 is a registered trademark of the Tryton Fondation Privée.
                 Any third-party using the term "Tryton" must do so only to 
refer to the <a href="https://www.tryton.org/";>Tryton project</a>, and not to 
refer to any other project or activity, unless the reference is unrelated to 
the Nice Classifications (9, 37, and 42) covered in the registration.
             </div>

Reply via email to