From ca736a6a30395cdb5ef79bf873c5937b8b2a0865 Mon Sep 17 00:00:00 2001 From: n1765 Date: Wed, 16 Jan 2013 01:39:36 +1100 Subject: [PATCH 1/2] Relative path fix for the readme example Edited the js and css stylesheet hrefs and srcs to be in line with the default file locations --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4029a98..f0bbe61 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,19 @@ Yet another jQuery-based date picker! This date picker provides an easy way of Download the latest release, and jQuery. - - - - + + + +
From 34112ff83915f719357f0f4cd9f728db975f4704 Mon Sep 17 00:00:00 2001 From: n1765 Date: Wed, 16 Jan 2013 21:58:08 +1100 Subject: [PATCH 2/2] fix spacing issue with September month heading Fix text overflow issue with calendar for September month --- css/datepicker/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/datepicker/base.css b/css/datepicker/base.css index 7aa161f..ee380ed 100644 --- a/css/datepicker/base.css +++ b/css/datepicker/base.css @@ -128,6 +128,7 @@ div.datepicker th a.datepickerMonth { margin-left:20px; } div.datepicker .datepickerFirstView th a.datepickerMonth { + width: 150px; margin-left:0; } /* Day mode calendar body */