From: jordan Date: Mon, 11 Apr 2011 16:12:30 +0000 (+0000) Subject: OSQA-143, fixing text overflow issue under IE8, added max-width to the paragraphs... X-Git-Tag: live~346 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/f73c15a3bd47e9f7fe3a29645f968528fb6415e4 OSQA-143, fixing text overflow issue under IE8, added max-width to the paragraphs inside question and answer bodies. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@967 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index 652bd9f..d90a974 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -764,6 +764,11 @@ ul.errorlist li { max-width: 640px; } +/* Fixes OSQA-143 IE8 text overflow issue */ +div.question-body p, div.answer-body p { + max-width: 700px; +} + .answered-by-owner { background: none repeat scroll 0 0 #E9E9FF; }