csswg/css3-writing-modes Overview.html,1.164,1.165 Overview.src.html,1.174,1.175

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix indentation

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- Overview.html	7 Jun 2011 06:32:59 -0000	1.164
+++ Overview.html	7 Jun 2011 06:35:07 -0000	1.165
@@ -1193,8 +1193,9 @@
     align with the right of the first line of text. <a href="#CSS3LIST"
     rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>
 
-   <pre>::marker { writing-mode: horizontal-tb; vertical-align: text-top;
-                    color: blue; }</pre>
+   <pre>::marker { writing-mode: horizontal-tb;
+<!-- -->            vertical-align: text-top;
+<!-- -->            color: blue; }</pre>
 
    <div class=figure>
     <p><img alt="Diagram showing list markers of '1.', '2.', '3.' sitting

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- Overview.src.html	7 Jun 2011 06:32:59 -0000	1.174
+++ Overview.src.html	7 Jun 2011 06:35:07 -0000	1.175
@@ -832,8 +832,9 @@
       using the ''::marker'' pseudo-element. Vertical alignment ensures
       that longer numbers will still align with the right of the first
       line of text. [[CSS3LIST]]
-    <pre>::marker { writing-mode: horizontal-tb; vertical-align: text-top;
-                    color: blue; }</pre>
+    <pre>::marker { writing-mode: horizontal-tb;
+<!-- -->            vertical-align: text-top;
+<!-- -->            color: blue; }</pre>
     <div class="figure">
       <p><img alt="Diagram showing list markers of '1.', '2.', '3.' sitting
                    upright atop sideways vertical Latin list item text."

Received on Tuesday, 7 June 2011 06:35:11 UTC