Skip to content

Commit 8df2e60

Browse files
committed
Fix indentation
1 parent 0ce3e49 commit 8df2e60

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,8 +1193,9 @@ <h3 id=writing-mode><span class=secno>3.1. </span> Block Flow Direction:
11931193
align with the right of the first line of text. <a href="#CSS3LIST"
11941194
rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>
11951195

1196-
<pre>::marker { writing-mode: horizontal-tb; vertical-align: text-top;
1197-
color: blue; }</pre>
1196+
<pre>::marker { writing-mode: horizontal-tb;
1197+
<!-- --> vertical-align: text-top;
1198+
<!-- --> color: blue; }</pre>
11981199

11991200
<div class=figure>
12001201
<p><img alt="Diagram showing list markers of '1.', '2.', '3.' sitting

css3-writing-modes/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,9 @@ <h3 id="writing-mode">
832832
using the ''::marker'' pseudo-element. Vertical alignment ensures
833833
that longer numbers will still align with the right of the first
834834
line of text. [[CSS3LIST]]
835-
<pre>::marker { writing-mode: horizontal-tb; vertical-align: text-top;
836-
color: blue; }</pre>
835+
<pre>::marker { writing-mode: horizontal-tb;
836+
<!-- --> vertical-align: text-top;
837+
<!-- --> color: blue; }</pre>
837838
<div class="figure">
838839
<p><img alt="Diagram showing list markers of '1.', '2.', '3.' sitting
839840
upright atop sideways vertical Latin list item text."

0 commit comments

Comments
 (0)