From 225fdd75627b9b01e90be86c4f813da0caafb4ab Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 10 May 2010 19:30:30 +0000 Subject: [PATCH] Set a maximum with of 640px on images in the body of questions and answers. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@201 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/media/style/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index 9932037..f2882da 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -627,7 +627,7 @@ a.medal:hover { min-height: 100px; } -.question-body img { max-width: 600px; } +.question-body img { max-width: 640px; } .vote-buttons { float: left; @@ -675,6 +675,8 @@ ul.errorlist li { min-height: 80px; } +.answer-body img { max-width: 640px; } + .answered-by-owner { background: none repeat scroll 0 0 #E9E9FF; } .accepted-answer { -- 2.39.5