- From: Florian Rivoal via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Feb 2012 14:30:20 +0000
- To: public-css-commits@w3.org
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 ‘<code class=property>inch</code>’
+ <dd>dots per CSS ‘<code class=css>inch</code>’
<dt>dpcm
- <dd>dots per CSS ‘<code class=property>centimeter</code>’
+ <dd>dots per CSS ‘<code class=css>centimeter</code>’
</dl>
<p>In this specification, these units are only used in the ‘<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