[gimp-web/gimp-web-static] Increased letter-spacing on 'Release Notes' button for legibility



commit a21cf802da4df67701f520acf48265fa3cc46c3c
Author: Pat David <patdavid gmail com>
Date:   Tue Sep 1 13:57:38 2015 -0500

    Increased letter-spacing on 'Release Notes' button for legibility

 themes/newgimp/static/css/home.css |    7 +++++++
 themes/newgimp/templates/home.html |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 351f380..46cf632 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -89,6 +89,7 @@ span#gThird span {
     padding:0 0.7rem;
     float: right;
     margin-left: 1rem;
+    letter-spacing: 0.03rem;
 }
 
 #introduction{
@@ -216,6 +217,12 @@ nav#menu li#gimp-home {
     text-align: left;
 }
 
+#component h2 {
+    display: inline-block;
+    border-bottom: solid 1px #ccc;
+    margin-bottom: 1rem;
+}
+
 #banner h1 {
     margin-right: 0;
     margin-top: -2rem;
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index 8ad645a..c814fb6 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -153,7 +153,7 @@
             <div class='row clearfix'>
 
                 <div class='column full'>
-                    <h3>Key Component in a Desktop Publishing Workflow</h3>
+                    <h2>Key Component in a Desktop Publishing Workflow</h2>
                     <p>
                         GIMP provides top-notch color management features to 
                        ensure high-fidelity color reproduction across digital 


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