- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 21 May 2011 01:38:40 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv4748
Modified Files:
Overview.html Overview.src.html
Log Message:
Center images
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- Overview.html 21 May 2011 01:37:11 -0000 1.131
+++ Overview.html 21 May 2011 01:38:38 -0000 1.132
@@ -16,6 +16,7 @@
h2, .example { clear: both; }
.figure img,
.figure object,
+ .example img,
dd img { max-width: 100%; display: block; margin: 1em auto; }
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- Overview.src.html 21 May 2011 01:37:11 -0000 1.138
+++ Overview.src.html 21 May 2011 01:38:38 -0000 1.139
@@ -14,6 +14,7 @@
h2, .example { clear: both; }
.figure img,
.figure object,
+ .example img,
dd img { 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">
Received on Saturday, 21 May 2011 01:38:42 UTC