[gimp-web/gimp-web-static] Added version number to download button on home page



commit e425160562c6c544de699bc8d3415a0d67bd7665
Author: Pat David <patdavid gmail com>
Date:   Fri Oct 16 16:27:20 2015 -0500

    Added version number to download button on home page

 themes/newgimp/static/css/home.css |    6 +++++-
 themes/newgimp/templates/home.html |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index e27e96c..42275bd 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -83,6 +83,10 @@ span#gThird span {
     border-radius: 3px;
 }
 
+#ver {
+    font-family: Ostrich Sans Rounded, sans;
+}
+
 #ReleaseButton {
     font-size: 1.5rem;
     /* border: solid 1px white; */
@@ -284,7 +288,7 @@ span#gFirst {
                         url('/images/frontpage/graphic-elements.png');
     }
 
-    span#gFirst {
+    span#gFirst, span#gSecond {
         text-align: left;
     }
     #banner .introInfo {
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index ef0ce20..956659e 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -24,7 +24,7 @@
                         <span id='gSecond'>MANIPULATION PROGRAM</span>
                         <span id='gThird'>
                             <a href="/downloads/" title="Download GIMP!">
-                                <span id="DLButton"><i class="fa fa-download"></i> DOWNLOAD</span>
+                                <span id="DLButton"><i class="fa fa-download"></i> DOWNLOAD <span 
id='ver'>2.8.14</span></span>
                             </a>
                             <a href="/release-notes/gimp-2.8.html" title="2.8 Release Notes" >
                                 <span id="ReleaseButton">RELEASE NOTES</span>


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