mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Some formatting
This commit is contained in:
parent
a6487f7e7b
commit
7ea7997c3b
2 changed files with 10 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
<a name="roll_dice_button" ></a>
|
<a name="roll_dice_button" ></a>
|
||||||
|
|
||||||
<h2>
|
<h2 class="dice_num">
|
||||||
Number of Dice to roll:
|
Number of Dice to roll:
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|
|
@ -14,3 +14,12 @@ body {
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn.dice_button {
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dice_num {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue