[gimp-web/gimp-web-static] Added border radius to buttons on home page



commit 60d6db7d6acdedaa15118ff1e93e9f8f4682a72b
Author: Pat David <patdavid gmail com>
Date:   Fri Oct 16 09:27:48 2015 -0500

    Added border radius to buttons on home page

 themes/newgimp/static/css/home.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 75d3e50..e27e96c 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -80,6 +80,7 @@ span#gThird span {
     padding: 0 0.7rem;
     float: left;
     color: white;
+    border-radius: 3px;
 }
 
 #ReleaseButton {
@@ -90,6 +91,7 @@ span#gThird span {
     float: right;
     margin-left: 1rem;
     letter-spacing: 0.03rem;
+    border-radius: 3px;
 }
 
 #introduction{


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