You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by bu...@apache.org on 2012/12/11 15:54:07 UTC

svn commit: r841720 - in /websites/staging/vcl/trunk/content: ./ css/code.css

Author: buildbot
Date: Tue Dec 11 14:54:06 2012
New Revision: 841720

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/css/code.css

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 11 14:54:06 2012
@@ -1 +1 @@
-1420200
+1420203

Modified: websites/staging/vcl/trunk/content/css/code.css
==============================================================================
--- websites/staging/vcl/trunk/content/css/code.css (original)
+++ websites/staging/vcl/trunk/content/css/code.css Tue Dec 11 14:54:06 2012
@@ -1,3 +1,10 @@
+.codehilite pre {
+  white-space: pre-wrap;       /* css-3 */
+  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
+  white-space: -pre-wrap;      /* Opera 4-6 */
+  white-space: -o-pre-wrap;    /* Opera 7 */
+  word-wrap: break-word;       /* Internet Explorer 5.5+ */
+}
 .codehilite .hll { background-color: #ffffcc }
 /*.codehilite  { background: #f0f0f0; }*/ /* commented out because we set our own background for the codehilite pre element */
 .codehilite .c { color: #60a0b0; font-style: italic } /* Comment */