[gimp-web] Fixed blocks.svg styling for IE



commit 331b5fecfc085c63caba90bfadb0e98b3512e09f
Author: Pat David <patdavid gmail com>
Date:   Mon Nov 23 13:44:01 2015 -0600

    Fixed blocks.svg styling for IE

 themes/newgimp/static/css/home.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 5c79f4d..9b51c80 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -121,7 +121,9 @@ section#extensible {
 
 #blocks {
     margin-top: 2rem;
-    width: 300px;
+    width: 400px;
+    margin-left: auto;
+    margin-right: auto;
 }
 
 section#introduction h2 {


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