]> git.openstreetmap.org Git - osqa.git/commitdiff
OSQA-143, fixing text overflow issue under IE8, added max-width to the paragraphs...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 11 Apr 2011 16:12:30 +0000 (16:12 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 11 Apr 2011 16:12:30 +0000 (16:12 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@967 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/media/style/style.css

index 652bd9fe0cf490915e12e1b4371deddde67120ac..d90a974042667379442d5f7242e6522f5b6a9cac 100644 (file)
@@ -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;
 }