csswg/css3-hierarchies Overview.html,1.12,1.13 Overview.src.html,1.13,1.14

Update of /sources/public/csswg/css3-hierarchies
In directory hutz:/tmp/cvs-serv4842

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix markup typo

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-hierarchies/Overview.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.html	7 Feb 2012 10:23:21 -0000	1.12
+++ Overview.html	7 Feb 2012 13:32:26 -0000	1.13
@@ -311,8 +311,7 @@
    <pre>
 div .keyword, div .constant, p .keyword, p .constant {
 	color:red;
-}
-	</pre>
+}</pre>
   </div>
 
   <p>Multiple style rules can be embedded within a style rule. Style rules

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-hierarchies/Overview.src.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.src.html	7 Feb 2012 10:23:21 -0000	1.13
+++ Overview.src.html	7 Feb 2012 13:32:26 -0000	1.14
@@ -194,7 +194,7 @@
 		<pre>
 div .keyword, div .constant, p .keyword, p .constant {
 	color:red;
-}
+}</pre>
 	</div>
 
 	<p>Multiple style rules can be embedded within a style rule. Style rules can be embedded arbitrarily deeply. Embedded style rules and properties can both appear in a single declaration block, and in any order.</p>

Received on Tuesday, 7 February 2012 13:34:21 UTC