2015-04-25 20:33:19 -04:00
|
|
|
<!-- Borrowed from http://getbootstrap.com/examples/starter-template/ -->
|
|
|
|
body {
|
|
|
|
padding-top: 50px;
|
|
|
|
}
|
|
|
|
.starter-template {
|
2015-04-26 16:32:48 -04:00
|
|
|
padding: 0px 15px;
|
2015-04-25 20:33:19 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
2015-04-26 02:14:23 -04:00
|
|
|
|
2015-04-26 16:29:22 -04:00
|
|
|
.results_words_key, .results_words_value,
|
|
|
|
.results_phrase_key, .results_phrase_value,
|
2015-11-10 23:32:15 -05:00
|
|
|
.results_num_possible_key, .results_num_possible_value,
|
2015-04-26 16:29:22 -04:00
|
|
|
.dice_word
|
|
|
|
{
|
2015-04-26 02:14:23 -04:00
|
|
|
font-size: x-large;
|
|
|
|
}
|
|
|
|
|
2015-04-26 18:01:13 -04:00
|
|
|
.btn.dice_button {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dice_num {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2022-10-06 20:42:49 -04:00
|
|
|
.main {
|
|
|
|
/* No idea why this defaulted to 14, but I'm fixing it here. */
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|