[gimp-web/gimp-web-static] CSS: still fiddling with homepage word-break, hyphen stuff
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] CSS: still fiddling with homepage word-break, hyphen stuff
- Date: Thu, 20 Aug 2015 18:29:00 +0000 (UTC)
commit 15a282742a8605ae601e9d414210d25c2ba3d046
Author: Pat David <patdavid gmail com>
Date: Thu Aug 20 13:28:53 2015 -0500
CSS: still fiddling with homepage word-break, hyphen stuff
themes/newgimp/static/css/gimp.css | 11 +++++++++++
themes/newgimp/static/css/home.css | 2 ++
2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 50e4c8e..13f9764 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -70,12 +70,23 @@ h1 {
p {
font-weight: 300;
+ /*
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
+ */
+
+ /*
+ word-break: break-word;
+ -webkit-hyphens: auto;
+ -moz-hyphens: auto;
+ -ms-hyphens: auto;
+ hyphens: auto;
+ */
+
}
nav#menu {
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 76369df..4e8c5c9 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -1,4 +1,5 @@
p {
+ /*
word-break: normal;
word-break: break-word;
@@ -6,6 +7,7 @@ p {
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
+ */
}
#banner {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]