diff options
author | Igor C. de Paula <principe.borodin@gmail.com> | 2015-07-03 15:41:27 -0300 |
---|---|---|
committer | Igor C. de Paula <principe.borodin@gmail.com> | 2015-07-03 15:41:27 -0300 |
commit | 86de5857000f2227e505837d8ddcbeff35dea430 (patch) | |
tree | f7442e2257da7e8318eb7d3e5ee8462fafe998af | |
parent | 2e4fae3cc97962cb3b618082fc7e3e00dc99bc53 (diff) | |
download | jquery-week-calendar-86de5857000f2227e505837d8ddcbeff35dea430.zip jquery-week-calendar-86de5857000f2227e505837d8ddcbeff35dea430.tar.gz jquery-week-calendar-86de5857000f2227e505837d8ddcbeff35dea430.tar.bz2 |
Removed unnecessary pixel
-rw-r--r-- | jquery.weekcalendar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery.weekcalendar.js b/jquery.weekcalendar.js index 011820c..596cbe6 100644 --- a/jquery.weekcalendar.js +++ b/jquery.weekcalendar.js @@ -864,7 +864,7 @@ Find a way to handle it */ $calendarContainer.find('.wc-time-header-cell').css({ - height: (options.timeslotHeight * options.timeslotsPerHour) - 11, + height: (options.timeslotHeight * options.timeslotsPerHour) - 1, padding: 5 }); //add the user data to every impacted column |