[Yanel-commits] rev 48079 - public/yanel/trunk/src/realms/yanel-website/content/css

memo at wyona.com memo at wyona.com
Mon Mar 15 11:37:30 CET 2010


Author: memo
Date: 2010-03-15 11:37:30 +0100 (Mon, 15 Mar 2010)
New Revision: 48079

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/css/global.css
Log:
line wrapping for preformatted source code in documentation added

Modified: public/yanel/trunk/src/realms/yanel-website/content/css/global.css
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/css/global.css	2010-03-15 09:14:09 UTC (rev 48078)
+++ public/yanel/trunk/src/realms/yanel-website/content/css/global.css	2010-03-15 10:37:30 UTC (rev 48079)
@@ -148,4 +148,8 @@
 div.instructions p.tutorial_context{
  font:11px/14px 'courier new', courier, monospace;
 }
- 
\ No newline at end of file
+
+pre {
+  white-space:pre-wrap;
+}
+



More information about the Yanel-commits mailing list