Skip to content

Commit

Permalink
fix: week number wasn't table-cell in table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
graste committed Sep 11, 2015
1 parent ea670b4 commit 92d3c7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datetime-local-picker",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/graste/datetime-local-picker",
"authors": [
"Steffen Gransow <graste@mivesto.de>"
Expand Down
1 change: 1 addition & 0 deletions styles/_calendar_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
display: table-row;
}

.calendar-week,
.day {
display: table-cell;
}
Expand Down
2 changes: 2 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ body {
display: table-row-group; }
.calendar .week {
display: table-row; }
.calendar .calendar-week,
.calendar .day {
display: table-cell; }
.calendar .day .min {
Expand Down Expand Up @@ -241,6 +242,7 @@ body {
display: table-row-group; }
.calendar--table .calendar .week {
display: table-row; }
.calendar--table .calendar .calendar-week,
.calendar--table .calendar .day {
display: table-cell; }
.calendar--table .calendar .day .min {
Expand Down

0 comments on commit 92d3c7a

Please sign in to comment.