[gimp-web/gimp-web-static] CSS: word-break, hyphens to frontpage testing
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] CSS: word-break, hyphens to frontpage testing
- Date: Thu, 20 Aug 2015 18:16:25 +0000 (UTC)
commit 59e0bbc2c773fa4cc64ee7ac2fd38d3f34b39b84
Author: Pat David <patdavid gmail com>
Date: Thu Aug 20 13:16:16 2015 -0500
CSS: word-break, hyphens to frontpage testing
themes/newgimp/static/css/home.css | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 9509232..76369df 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -1,3 +1,13 @@
+p {
+ word-break: normal;
+ word-break: break-word;
+
+ -webkit-hyphens: auto;
+ -moz-hyphens: auto;
+ -ms-hyphens: auto;
+ hyphens: auto;
+}
+
#banner {
min-height: 350px;
background-image: linear-gradient(rgba(44,52,80,0.5), rgba(44,62,80,0.5)),
url('/theme/images/cotton.jpg');
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]