Skip to content

Commit e155d09

Browse files
author
Adam Argyle
committed
adds missing circle center in and out
1 parent f8dac1f commit e155d09

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ <h1>
3030

3131
<select>
3232
<optgroup label="Circle Entrances">
33+
<option>in:circle:center</option>
3334
<option>in:circle:top-right</option>
3435
<option selected>in:circle:top-left</option>
3536
<option>in:circle:bottom-right</option>
3637
<option>in:circle:bottom-left</option>
3738
</optgroup>
3839
<optgroup label="Circle Exits">
40+
<option>out:circle:center</option>
3941
<option>out:circle:top-right</option>
4042
<option>out:circle:top-left</option>
4143
<option>out:circle:bottom-right</option>
@@ -88,12 +90,14 @@ <h1>
8890
<h3>Circles</h3>
8991
<dl>
9092
<dt>Entrances</dt>
93+
<dd><a href="#">in:circle:center</a></dd>
9194
<dd><a href="#">in:circle:top-right</a></dd>
9295
<dd selected><a href="#" autofocus>in:circle:top-left</a></dd>
9396
<dd><a href="#">in:circle:bottom-right</a></dd>
9497
<dd><a href="#">in:circle:bottom-left</a></dd>
9598

9699
<dt>Exits</dt>
100+
<dd><a href="#">out:circle:center</a></dd>
97101
<dd><a href="#">out:circle:top-right</a></dd>
98102
<dd><a href="#">out:circle:top-left</a></dd>
99103
<dd><a href="#">out:circle:bottom-right</a></dd>

0 commit comments

Comments
 (0)