d2js: updating customizable example
This commit is contained in:
parent
4ce43c3248
commit
9fcb7f86ab
1 changed files with 2 additions and 2 deletions
|
|
@ -109,14 +109,14 @@
|
||||||
<div class="center-toggle">
|
<div class="center-toggle">
|
||||||
<label class="checkbox-label">
|
<label class="checkbox-label">
|
||||||
<input type="checkbox" id="center" />
|
<input type="checkbox" id="center" />
|
||||||
Center mode
|
Centered
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="theme-select">
|
<div class="theme-select">
|
||||||
<label class="select-label">
|
<label class="select-label">
|
||||||
<select id="theme" name="theme">
|
<select id="theme" name="theme">
|
||||||
<option value="-1"></option>
|
<option value="-1"></option>
|
||||||
<option value="0">Default</option>
|
<option selected value="0">Default</option>
|
||||||
<option value="1">Neutral grey</option>
|
<option value="1">Neutral grey</option>
|
||||||
<option value="3">Flagship Terrastruct</option>
|
<option value="3">Flagship Terrastruct</option>
|
||||||
<option value="4">Cool classics</option>
|
<option value="4">Cool classics</option>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue