[gimp-web/testing] Added hyphens:auto; to gimp.css for all html <p> elements



commit f5790f3cd8733e6baf66695cb406d0d440cd3548
Author: Pat David <patdavid gmail com>
Date:   Mon May 2 16:59:43 2016 -0500

    Added hyphens:auto; to gimp.css for all html <p> elements

 themes/newgimp/static/css/gimp.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 29266ac..f71b17f 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -156,6 +156,10 @@ html {
     font-family: "Open Sans", sans;
 }
 
+html p {
+    hyphens: auto;
+}
+
 h1, h2, h3, h4, h5, h6 {
     font-family: Lato, sans;
     font-weight: 400;


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