]> git.openstreetmap.org Git - osqa.git/commitdiff
reduce the font-size to 90% and make sure that we pre-wrap the pre elements, as well...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 5 May 2011 15:04:46 +0000 (15:04 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 5 May 2011 15:04:46 +0000 (15:04 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1025 0cfe37f9-358a-4d5e-be75-b63607b5c754

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

index f14c1b92cc565857f64428a2916b99564a8663e8..84b2c236f26f175a32fe9389d1cc7dcd6b8c206d 100644 (file)
@@ -128,17 +128,18 @@ li input {
 pre {
     background-color: #F5F5F5;
     font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
-    font-size: 100%;
+    font-size: 90%;
     margin-bottom: 10px;
     overflow: auto;
     padding-left: 5px;
     padding-top: 5px;
     width: 580px;
+    white-space: pre-wrap;
 }
 
 code {
     font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
-    font-size: 100%;
+    font-size: 90%;
     white-space: pre-wrap;
 }