[xoops-cvslog 6091] CVS update: xoops2jp/html/themes/cube_default

Zurück zum Archiv-Index

Tom Hayakawa tom_g3x****@users*****
2007年 1月 11日 (木) 21:38:31 JST


Index: xoops2jp/html/themes/cube_default/style.css
diff -u xoops2jp/html/themes/cube_default/style.css:1.1.2.1.2.3 xoops2jp/html/themes/cube_default/style.css:1.1.2.1.2.4
--- xoops2jp/html/themes/cube_default/style.css:1.1.2.1.2.3	Sun Dec  3 16:44:54 2006
+++ xoops2jp/html/themes/cube_default/style.css	Thu Jan 11 21:38:31 2007
@@ -503,11 +503,16 @@
 	padding:0 1em;
 	min-height:4em;
 	height:auto;
+	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+ */
 }
 /* for IExplorer */
 * html div.xoopsCode pre {
 	height:4em;
-	height:auto;   /* IE 6.x */
+	height:auto;	/* IE 6.x */
 	width:40em;
 }
 


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index