mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 08:26:29 -05:00
Merge pull request #12 from atoponce/master
Increase default number of dice rolls from 4 to 6
This commit is contained in:
commit
359df1d60c
1 changed files with 2 additions and 2 deletions
|
@ -129,9 +129,9 @@
|
|||
<div class="btn-group-lg" role="group" aria-label="...">
|
||||
<button id="button-dice-2" type="button" class="btn btn-default dice_button">2</button>
|
||||
<button id="button-dice-3" type="button" class="btn btn-default dice_button">3</button>
|
||||
<button id="button-dice-4" type="button" class="btn btn-default dice_button active">4</button>
|
||||
<button id="button-dice-4" type="button" class="btn btn-default dice_button">4</button>
|
||||
<button id="button-dice-5" type="button" class="btn btn-default dice_button">5</button>
|
||||
<button id="button-dice-6" type="button" class="btn btn-default dice_button">6</button>
|
||||
<button id="button-dice-6" type="button" class="btn btn-default dice_button active">6</button>
|
||||
<button id="button-dice-7" type="button" class="btn btn-default dice_button">7</button>
|
||||
<button id="button-dice-8" type="button" class="btn btn-default dice_button">8</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue