summaryrefslogtreecommitdiff
path: root/client/templates/dates.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/templates/dates.html')
-rw-r--r--client/templates/dates.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/templates/dates.html b/client/templates/dates.html
index 558ca2e..4227287 100644
--- a/client/templates/dates.html
+++ b/client/templates/dates.html
@@ -22,7 +22,7 @@
</template>
<template name="row">
- <div class="row month-row">
+ <div class="month-row">
{{#each this}}
{{> month}}
{{/each}}
@@ -30,7 +30,7 @@
</template>
<template name="month">
- <div class="col-xs-4">
+ <div class="month-button">
<input type="radio" name="monthOptions" id="monthRadio{{val}}" value="{{val}}">
<label class="radio-inline" for="monthRadio{{val}}">{{name}}</label>
</div>