From 3660a1c067e186d7a294ee7110219b059e7bc428 Mon Sep 17 00:00:00 2001 From: Imran Hussain <imranh@sucs.org> Date: Sun, 23 Nov 2014 13:45:33 +0000 Subject: [PATCH] Firefox still SUCKS, just moving stuff about --- htdocs/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/css/common.css b/htdocs/css/common.css index cd47ede..9093f94 100644 --- a/htdocs/css/common.css +++ b/htdocs/css/common.css @@ -34,6 +34,7 @@ h2+p, h2+ul, h2+ol, h3+p, h3+ul, h3+ol, h4+p, h4+ul, h4+ol { dd { margin-bottom: 0.5em; + word-break: break-all; } acronym, abbr { @@ -111,7 +112,6 @@ acronym, abbr { .box div.boxcontent, .error div.errorcontent { padding: 0 0.5em; word-wrap: break-word; - word-break: break-all; -moz-hyphens: auto; } -- GitLab