csswg/css3-mediaqueries Overview.src.html,1.56,1.57 Overview.html,1.59,1.60

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

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

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-mediaqueries/Overview.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- Overview.html	14 Feb 2012 14:25:06 -0000	1.59
+++ Overview.html	14 Feb 2012 14:30:18 -0000	1.60
@@ -1133,11 +1133,11 @@
   <dl>
    <dt>dpi
 
-   <dd>dots per CSS &lsquo;<code class=property>inch</code>&rsquo;
+   <dd>dots per CSS &lsquo;<code class=css>inch</code>&rsquo;
 
    <dt>dpcm
 
-   <dd>dots per CSS &lsquo;<code class=property>centimeter</code>&rsquo;
+   <dd>dots per CSS &lsquo;<code class=css>centimeter</code>&rsquo;
   </dl>
 
   <p>In this specification, these units are only used in the &lsquo;<code

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-mediaqueries/Overview.src.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Overview.src.html	14 Feb 2012 14:25:06 -0000	1.56
+++ Overview.src.html	14 Feb 2012 14:30:18 -0000	1.57
@@ -997,10 +997,10 @@
 
 <dl>
 <dt>dpi</dt>
-<dd>dots per CSS 'inch'</dd>
+<dd>dots per CSS ''inch''</dd>
 
 <dt>dpcm</dt>
-<dd>dots per CSS 'centimeter'</dd>
+<dd>dots per CSS ''centimeter''</dd>
 </dl>
 
 <p>In this specification, these units are only used in the

Received on Tuesday, 14 February 2012 14:30:21 UTC