Skip to content
Snippets Groups Projects
Commit 669a2b2d authored by Imran Hussain's avatar Imran Hussain
Browse files

Tidying up some stuff, mkaing it so only user generated text has all these...

Tidying up some stuff, mkaing it so only user generated text has all these formating rules applied to
parent 3660a1c0
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ h2+p, h2+ul, h2+ol, h3+p, h3+ul, h3+ol, h4+p, h4+ul, h4+ol { ...@@ -34,7 +34,6 @@ h2+p, h2+ul, h2+ol, h3+p, h3+ul, h3+ol, h4+p, h4+ul, h4+ol {
dd { dd {
margin-bottom: 0.5em; margin-bottom: 0.5em;
word-break: break-all;
} }
acronym, abbr { acronym, abbr {
...@@ -111,8 +110,6 @@ acronym, abbr { ...@@ -111,8 +110,6 @@ acronym, abbr {
.box div.boxcontent, .error div.errorcontent { .box div.boxcontent, .error div.errorcontent {
padding: 0 0.5em; padding: 0 0.5em;
word-wrap: break-word;
-moz-hyphens: auto;
} }
.box .boxhead h2, .box .boxhead h3, .box .boxfoot p, .error h3 { .box .boxhead h2, .box .boxhead h3, .box .boxfoot p, .error h3 {
...@@ -155,8 +152,11 @@ ul.boxes li { ...@@ -155,8 +152,11 @@ ul.boxes li {
margin-right: 1em; margin-right: 1em;
} }
dd#plan { dd#plan dd#project {
margin-left: 0; margin-left: 0;
word-wrap: break-word;
-moz-hyphens: auto;
word-break: break-all;
} }
/* -------------------------------------------------- /* --------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment