- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Aug 2011 00:12:25 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv19907
Modified Files:
default.css
Log Message:
Meant to use pre-wrap for the last commit.
Index: default.css
===================================================================
RCS file: /sources/public/csswg/css-module/default.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- default.css 17 Aug 2011 00:05:36 -0000 1.6
+++ default.css 17 Aug 2011 00:12:23 -0000 1.7
@@ -393,7 +393,7 @@
/* For when values are extra-complex and need formatting for readability */
table td.pre {
- white-space: pre;
+ white-space: pre-wrap;
}
/* A footnote at the bottom of a propdef */
Received on Wednesday, 17 August 2011 00:12:29 UTC