[gimp-web] downloads: strong emphasize the header line of the update comment section



commit 4c5d13ba7d2a4044d6353df1021b1b3ecefd786a
Author: Michael Schumacher <schumaml gmx de>
Date:   Tue Apr 14 20:57:12 2020 +0200

    downloads: strong emphasize the header line of the update comment section

 themes/newgimp/templates/downloads-comments.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads-comments.html 
b/themes/newgimp/templates/downloads-comments.html
index e89f495f..f0211868 100644
--- a/themes/newgimp/templates/downloads-comments.html
+++ b/themes/newgimp/templates/downloads-comments.html
@@ -131,7 +131,7 @@
         {% if MACOS_COMMENT is defined %}
         <small>
           <p id='download-comment'>
-            Updated on {{ MACOS_DATE }}: GIMP {{ MACOS_VER }} DMG revision {{ MACOS_REVISION }}: </br>
+            <strong>Updated on {{ MACOS_DATE }}: GIMP {{ MACOS_VER }} DMG revision {{ MACOS_REVISION 
}}</strong> </br>
             {{ MACOS_COMMENT }}
           </p>
         </small>
@@ -267,7 +267,7 @@
     {% if WINDOWS_COMMENT is defined %}
     <small>
         <p id='download-comment'>
-            Updated on {{ WINDOWS_DATE }}: GIMP {{ WINDOWS_VER }} installer revision {{ WINDOWS_REVISION }}: 
</br>
+            <strong>Updated on {{ WINDOWS_DATE }}: GIMP {{ WINDOWS_VER }} installer revision {{ 
WINDOWS_REVISION }}</strong> </br>
             {{ WINDOWS_COMMENT }}
         </p>
     </small>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]