From 669a2b2d7b9908c1e7f6d20358ad94d156c6d675 Mon Sep 17 00:00:00 2001
From: Imran Hussain <imranh@sucs.org>
Date: Sun, 23 Nov 2014 14:08:05 +0000
Subject: [PATCH] Tidying up some stuff, mkaing it so only user generated text
 has all these formating rules applied to

---
 htdocs/css/common.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/htdocs/css/common.css b/htdocs/css/common.css
index 9093f94..254439e 100644
--- a/htdocs/css/common.css
+++ b/htdocs/css/common.css
@@ -34,7 +34,6 @@ 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,8 +110,6 @@ acronym, abbr {
 
 .box div.boxcontent, .error div.errorcontent {
 	padding: 0 0.5em;
-	word-wrap: break-word;
-	-moz-hyphens: auto;
 }
 
 .box .boxhead h2, .box .boxhead h3, .box .boxfoot p, .error h3 {
@@ -155,8 +152,11 @@ ul.boxes li {
 	margin-right: 1em;
 }
 
-dd#plan {
+dd#plan dd#project {
 	margin-left: 0;
+	word-wrap: break-word;
+	-moz-hyphens: auto;
+	word-break: break-all;
 }
 
 /* --------------------------------------------------
-- 
GitLab