]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 24 Jun 2023 18:39:28 +0000 (20:39 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 24 Jun 2023 18:39:28 +0000 (20:39 +0200)
- h3 is enough here

templates/base.html
templates/views/scoreboard.html
templates/views/top.html

index 26e3fae538943047ffb413cd9f9ca9689b8347f4..629c135204d6c2b2ed7f4d0aeb9f92efbfc2bdd0 100644 (file)
             margin: 0px;
             padding: 5px;
         }
-        .notice > h2 {
+        .notice > h3 {
             margin: 0px;
             padding: 5px;
             background-color: #eaeaea;
index 70d42708599466dda3fb6f345f2935f2f67d33a6..15d698d7458a3259c9b8247bf37b7d8b337fd1cb 100644 (file)
 {% block footer %}
     {% if mode == 'error_code' %}
         <div class="notice">
-            <h2>Error codes:</h2>
+            <h3>Error codes:</h2>
             <ul>
                 <li>Error code 999 is fake and covers a lot of reasons why the domain/instance is not reachable. Mostly that the domain is not resolvable or the server refused connection.</li>
             </ul>
         </div>
     {% elif mode == 'detection_mode' %}
         <div class="notice">
-            <h2>Detection modes:</h2>
+            <h3>Detection modes:</h2>
             <div>
                 Detection is done in following order:
             </div>
@@ -86,7 +86,7 @@
         </div>
     {% elif mode == 'obfuscation' %}
         <div class="notice">
-            <h2>Obfuscation status:</h2>
+            <h3>Obfuscation status:</h2>
             <ul>
                 <li>Only supported networks are counted here.</li>
                 <li><b>None</b> means not determined yet or erroneous.</li>
index 2dc0582a3915ef782418ed2df6d47cbd65f4850c..49a64a9f892fe53d8a6aee1a1706c96440ba5b04 100644 (file)
@@ -24,7 +24,7 @@
 {% block content %}
     {% if amount == found %}
         <div class="notice">
-            <h2>Maximum amount reached!</h2>
+            <h3>Maximum amount reached!</h3>
             <div>
                 Please note that the maximum allowed amount is only returned, the blocker/blocked/reason might be more.
                 Paging support is not finished yet.