csswg/css3-writing-modes Overview.html,1.96,1.97 Overview.src.html,1.100,1.101

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv303

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix over-zealous img style rule

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Overview.html	27 Apr 2011 18:11:53 -0000	1.96
+++ Overview.html	27 Apr 2011 20:39:13 -0000	1.97
@@ -16,7 +16,9 @@
     .figurepair { display: table; margin: 1em auto; }
     .figurepair .figure { display: table-cell; }
      h2, .example { clear: both; }
-    img, object { max-width: 100%; display: block; margin: 1em auto; }
+    .figure img,
+    .figure object,
+    dd object { max-width: 100%; display: block; margin: 1em auto; }
   </style>
   <link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
   type="text/css">

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- Overview.src.html	27 Apr 2011 18:11:53 -0000	1.100
+++ Overview.src.html	27 Apr 2011 20:39:13 -0000	1.101
@@ -14,7 +14,9 @@
     .figurepair { display: table; margin: 1em auto; }
     .figurepair .figure { display: table-cell; }
      h2, .example { clear: both; }
-    img, object { max-width: 100%; display: block; margin: 1em auto; }
+    .figure img,
+    .figure object,
+    dd object { max-width: 100%; display: block; margin: 1em auto; }
   </style>
   <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css">
 </head>

Received on Wednesday, 27 April 2011 20:39:16 UTC