Some formatting

This commit is contained in:
Douglas Muth 2015-04-26 18:01:13 -04:00
parent a6487f7e7b
commit 7ea7997c3b
2 changed files with 10 additions and 1 deletions

View file

@ -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>

View file

@ -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;
}