Skip to content

Commit 0c096a4

Browse files
committed
Merge branch 'master' of github.com:w3c/csswg-drafts
2 parents 4dcbed0 + 7fd613d commit 0c096a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-round-display/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ The 'polar-distance' property specifies the distance from the center of the pare
311311
This example shows a way to align elements within the polar coordinates system.
312312
<pre>&lt;body style="position: polar;">
313313

314-
&lt;div id="circle1" style="polar-angle: 0deg; polar-distance: 20%">&lt;/div>
315-
&lt;div id="circle2" style="polar-angle: 90deg; polar-distance: 50%">&lt;/div>
314+
&lt;div id="circle1" style="polar-angle: 0deg; polar-distance: 50%">&lt;/div>
315+
&lt;div id="circle2" style="polar-angle: 90deg; polar-distance: 20%">&lt;/div>
316316
&lt;div id="circle3" style="polar-angle: 225deg; polar-distance: 100%">&lt;/div>
317317
&lt;/body>
318318
</pre>

0 commit comments

Comments
 (0)