[D-community-commits] r167 - trunk/htdocs

beuno-guest at alioth.debian.org beuno-guest at alioth.debian.org
Sun Sep 23 20:39:30 UTC 2007


Author: beuno-guest
Date: 2007-09-23 20:39:30 +0000 (Sun, 23 Sep 2007)
New Revision: 167

Modified:
   trunk/htdocs/dco.css
Log:
Added a wrap around for pre tags so it wont break

Modified: trunk/htdocs/dco.css
===================================================================
--- trunk/htdocs/dco.css	2007-09-23 03:40:15 UTC (rev 166)
+++ trunk/htdocs/dco.css	2007-09-23 20:39:30 UTC (rev 167)
@@ -15,6 +15,15 @@
         margin: 8px 6px;
 }
 
+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+ */
+}
+
+
 /* Containers */
 #maindiv {
 	width: 95%;




More information about the D-community-commits mailing list