Skip to content

Commit 053aff9

Browse files
committed
[css-position-3] Improve example description
1 parent 573446b commit 053aff9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-position-3/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,8 @@ Relative Positioning</h3>
531531

532532
<div class="example">
533533

534-
The following three rules are equivalent:
534+
The following three rules are equivalent,
535+
and shift the box ''1em'' to the left:
535536

536537
<pre highlight=css>
537538
div.a8 { position: relative; direction: ltr; left: -1em; right: auto }

0 commit comments

Comments
 (0)