csswg/css3-mediaqueries Overview.html,1.61,1.62 Overview.src.html,1.58,1.59

Update of /sources/public/csswg/css3-mediaqueries
In directory hutz:/tmp/cvs-serv19732

Modified Files:
	Overview.html Overview.src.html 
Log Message:
fix broken markup

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-mediaqueries/Overview.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Overview.html	14 Feb 2012 15:41:01 -0000	1.61
+++ Overview.html	14 Feb 2012 16:30:43 -0000	1.62
@@ -1097,9 +1097,8 @@
   <div class=example>
    <p>Here are two examples:</p>
 
-   <pre><code>@media handheld and (grid) and (max-width: 15em) { &hellip; }
-<span
-    class=css-example>@media handheld and (grid) and (device-max-height: 7em) { &hellip; }</span></code></pre>
+   <pre><code>@media handheld and (grid) and (max-width: 15em) { &hellip; }</code>
+<code>@media handheld and (grid) and (device-max-height: 7em) { &hellip; }</code></pre>
   </div>
 
   <h2 id=values><span class=secno>5. </span>Values</h2>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-mediaqueries/Overview.src.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Overview.src.html	14 Feb 2012 15:41:01 -0000	1.58
+++ Overview.src.html	14 Feb 2012 16:30:43 -0000	1.59
@@ -957,8 +957,8 @@
 
 <p>Here are two examples:</p>
 
-<pre><code>@media handheld and (grid) and (max-width: 15em) { &hellip; }</span>
-<span class="css-example">@media handheld and (grid) and (device-max-height: 7em) { &hellip; }</code></pre>
+<pre><code>@media handheld and (grid) and (max-width: 15em) { &hellip; }</code>
+<code>@media handheld and (grid) and (device-max-height: 7em) { &hellip; }</code></pre>
 
 </div>
 

Received on Tuesday, 14 February 2012 16:30:52 UTC