2009/dap/system-info battery-status.html,1.7,1.8

Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv21361

Modified Files:
	battery-status.html 
Log Message:
text wrap fix for IDL

Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- battery-status.html	13 Apr 2011 13:33:03 -0000	1.7
+++ battery-status.html	15 Apr 2011 08:29:37 -0000	1.8
@@ -82,7 +82,9 @@
       }
       
       pre.idl {
-        white-space: pre-wrap;
+        white-space: pre;           /* CSS 2.0 */
+        white-space: pre-wrap;      /* CSS 2.1 */
+        white-space: pre-line;      /* CSS 3.0 */
       }
       
       a.internalDFN:link, a.internalDFN:visited {

Received on Friday, 15 April 2011 08:29:40 UTC