csswg/css-module default.css,1.5,1.6

Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv18770

Modified Files:
	default.css 
Log Message:
Added ability to mark propdef cells as needing to preserve formatting.


Index: default.css
===================================================================
RCS file: /sources/public/csswg/css-module/default.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- default.css	17 Aug 2011 00:00:01 -0000	1.5
+++ default.css	17 Aug 2011 00:05:36 -0000	1.6
@@ -391,6 +391,11 @@
 	padding-top: 1em;
 }
 
+/* For when values are extra-complex and need formatting for readability */
+table td.pre {
+	white-space: pre;
+}
+
 /* A footnote at the bottom of a propdef */
 table.propdef td.footnote {padding-top: 0.6em; width: auto}
 table.propdef td.footnote:before {

Received on Wednesday, 17 August 2011 00:05:40 UTC