From: jordan Date: Wed, 27 Apr 2011 17:23:41 +0000 (+0000) Subject: make sure that we pre-wrap the lines of code in the markdown code blocks X-Git-Tag: live~307 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/e4fb5288575b061914881b36c415f12cb2fe01e5?ds=inline make sure that we pre-wrap the lines of code in the markdown code blocks git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1006 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index 4c413aa..75ba620 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -139,6 +139,7 @@ pre { code { font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace; font-size: 100%; + white-space: pre-wrap; } blockquote {