Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasJang committed Jul 8, 2016
1 parent 0b46eec commit c58bdf2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ax5ui-calendar",
"version": "0.8.2",
"version": "0.8.3",
"authors": [
"ThomasJ <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/ax5calendar.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ax5ui-calendar",
"version": "0.8.2",
"version": "0.8.3",
"description": "A calendar plugin that works with Bootstrap & jQuery",
"license": "LGPLv3",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/ax5calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @class ax5.ui.calendar
* @classdesc
* @version 0.8.2
* @version 0.8.3
* @author [email protected]
* @logs
* 2014-06-21 tom : 시작
Expand Down
7 changes: 4 additions & 3 deletions src/scss/_ax5calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,16 @@
position: absolute;
width: 100%;
text-align: center;
line-height: 10px;
line-height: $ax5calendar-body-font-size * 0.8;
font-size: $ax5calendar-body-font-size * 0.8;

&.addon-header {
left: 0px;
top: 0px;
top: 1px;
}
&.addon-footer {
left: 0px;
bottom: 0px;
bottom: 1px;
}
}

Expand Down
1 change: 0 additions & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
displayDate: (new Date()),
mode: "day",
selectMode: "day",
coloringToSelection: true,

// selectable: {range:[{from: '2016-02-01', to: '2016-02-20'}]},
marker: (function () {
Expand Down

0 comments on commit c58bdf2

Please sign in to comment.