- From: Florian Rivoal via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Feb 2012 16:30:45 +0000
- To: public-css-commits@w3.org
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) { … } -<span - class=css-example>@media handheld and (grid) and (device-max-height: 7em) { … }</span></code></pre> + <pre><code>@media handheld and (grid) and (max-width: 15em) { … }</code> +<code>@media handheld and (grid) and (device-max-height: 7em) { … }</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) { … }</span> -<span class="css-example">@media handheld and (grid) and (device-max-height: 7em) { … }</code></pre> +<pre><code>@media handheld and (grid) and (max-width: 15em) { … }</code> +<code>@media handheld and (grid) and (device-max-height: 7em) { … }</code></pre> </div>
Received on Tuesday, 14 February 2012 16:30:52 UTC