Index: application.css =================================================================== --- application.css (revision 2264) +++ application.css (working copy) @@ -71,6 +71,13 @@ .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } +/* Allow people to choose to wrap their
s using 
 in Textile */
+pre.wrap {
+    white-space: pre-wrap; /* CSS2.1 compliant */
+    white-space: -moz-pre-wrap; /* Mozilla-based browsers */
+    white-space: -o-pre-wrap; /* Opera 7+ */
+}
+
 /***** Links *****/
 a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}