Use "<strong>" tag instead of "<b>" on non-presskit + case study pages.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 12 May 2019 16:06:34 +0000 (12:06 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 12 May 2019 16:06:34 +0000 (12:06 -0400)
This is the modern way of doing said things, and in our CSS we map
"<strong>" and "<b>" to the same font-weight (currently 700).

templates/index.html
templates/pages/about/policies/sponsorship.html
templates/pages/download/linux/linux_oneclick.inc
templates/search/listsearch.html
templates/search/sitesearch.html
templates/survey/results.html

index 2101b7a3f51c80ccd28d207f61d781d30ff09321..2e1da5c2cac6761f4aeab13bf1ee29342d948996 100644 (file)
@@ -67,7 +67,7 @@
         </p>
         <ul>
           {% for v in versions %}
-            <li class="{% cycle '' 'pg-bg-gray' %}"><b>{{ v.numtree }}.{{ v.latestminor }}</b> &middot; {{ v.reldate|date:"Y-m-d" }} &middot; <a href="/docs/{{ v.numtree }}/{{ v.relnotes }}">Notes</a></li>
+            <li class="{% cycle '' 'pg-bg-gray' %}"><strong>{{ v.numtree }}.{{ v.latestminor }}</strong> &middot; {{ v.reldate|date:"Y-m-d" }} &middot; <a href="/docs/{{ v.numtree }}/{{ v.relnotes }}">Notes</a></li>
           {% endfor %}
         </ul>
       </div>
index 1489907c3849b027a51c163db5bf6a563903e2a6..d5a8e10211cfe333a70e8c7727722d752e132b12 100644 (file)
 <p>There are two levels of PostgreSQL Sponsors:</p>
 
 <ul>
-    <li><b>Minor sponsors</b> indicate organizations which have provided notable
+    <li><strong>Minor sponsors</strong> indicate organizations which have provided notable
         contributions in recent years.
     </li>
-    <li><b>Major sponsors</b> indicate organizations that have provided
+    <li><strong>Major sponsors</strong> indicate organizations that have provided
         significant and/or sustaining contributions over many years.
     </li>
 </ul>
index 760260f7413d82475f4f953189404dde8e00765d..be50f3843e23d9216a16feb3cfacaa30c457d7f6 100644 (file)
@@ -4,7 +4,7 @@
  certified by EnterpriseDB for PostgreSQL 10.x and earlier.
 </p>
 
-<p><b>Note:</b> Installers for Linux are no longer being product for PostgreSQL 11 and later.
+<p><strong>Note:</strong> Installers for Linux are no longer being product for PostgreSQL 11 and later.
 Users are advised to use platform native packages instead.</p>
 
 <p>This installer includes the PostgreSQL server, pgAdmin; a graphical tool for managing and developing
index 7c7ead8dc19dffe3174d67b48d6da75c7e2e156a..4d07ded37ff17221b5f783ecf5114279c383efbe 100644 (file)
@@ -48,7 +48,7 @@
 {%else%}
   <!-- docbot goes here -->
   {%if hitcount == 0 %}
-    <p>Your search for <b>{{query}}</b> returned no hits.</p>
+    <p>Your search for <strong>{{query}}</strong> returned no hits.</p>
   {%else%}
     <h2>Results {{firsthit}}-{{lasthit}} of {%if hitcount == 1000%}more than 1000{%else%}{{hitcount}}{%endif%}.</h2>
     {%if pagelinks %}Result pages: {{pagelinks|safe}}<br/><br/>{%endif%}
index bb40a769bbad16b085cab584871b9eba35166ff7..6fcbf6fae43ecf4f9e0169f111f51719f5fd2fe9 100644 (file)
@@ -32,7 +32,7 @@
 {%else%}
 <!-- docbot goes here -->
 {%if hitcount == 0 %}
- <p>Your search for <b>{{query}}</b> returned no hits.</p>
+ <p>Your search for <strong>{{query}}</strong> returned no hits.</p>
 {%else%}
  <h2>Results {{firsthit}}-{{lasthit}} of {%if hitcount == 1000%}more than 1000{%else%}{{hitcount}}{%endif%}.</h2>
  {%if pagelinks %}Result pages: {{pagelinks|safe}}<br/><br/>{%endif%}
index d3ae384dc04dc273a11dbca4ea64386b2044b827..67d40ec3c4ec3de7aaf6de71c711dc94f6fbafbb 100644 (file)
@@ -21,7 +21,7 @@
         </tr>
     {%endfor%}
         <tr>
-            <td><b>Total</b></td>
+            <td><strong>Total</strong></td>
             <td>{{survey.totalvotes}}</td>
             <td></td>
         </tr>