]> git.openstreetmap.org Git - osqa.git/commitdiff
Set a maximum with of 640px on images in the body of questions and answers.
authorrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 10 May 2010 19:30:30 +0000 (19:30 +0000)
committerrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 10 May 2010 19:30:30 +0000 (19:30 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@201 0cfe37f9-358a-4d5e-be75-b63607b5c754

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

index 99320378efe7f125007c875e0453052d590506e8..f2882daf142b732d667dd641d1d72c174006659f 100644 (file)
@@ -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 {