You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2013/12/20 09:39:19 UTC

svn commit: r891169 - in /websites/staging/olingo/trunk/content: ./ css/custom.css

Author: buildbot
Date: Fri Dec 20 08:39:18 2013
New Revision: 891169

Log:
Staging update by buildbot for olingo

Added:
    websites/staging/olingo/trunk/content/css/custom.css
Modified:
    websites/staging/olingo/trunk/content/   (props changed)

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 20 08:39:18 2013
@@ -1 +1 @@
-1552530
+1552536

Added: websites/staging/olingo/trunk/content/css/custom.css
==============================================================================
--- websites/staging/olingo/trunk/content/css/custom.css (added)
+++ websites/staging/olingo/trunk/content/css/custom.css Fri Dec 20 08:39:18 2013
@@ -0,0 +1,7 @@
+code {
+    white-space: pre-wrap; 
+    white-space: -moz-pre-wrap !important; 
+    white-space: -pre-wrap; 
+    white-space: -o-pre-wrap; 
+    word-wrap: break-word;
+}
\ No newline at end of file