From: Dobrica Pavlinusic Date: Sat, 13 Feb 2010 13:53:52 +0000 (+0100) Subject: increase month box height a to 140px X-Git-Url: http://git.rot13.org/?p=HTML5TV.git;a=commitdiff_plain;h=13ca2e117edccdda005e911261a42c3200f7c674 increase month box height a to 140px --- diff --git a/www/js/jqueryhcal/jqueryhcal.css b/www/js/jqueryhcal/jqueryhcal.css index 21ef463..ce9d68d 100644 --- a/www/js/jqueryhcal/jqueryhcal.css +++ b/www/js/jqueryhcal/jqueryhcal.css @@ -1,5 +1,5 @@ .calTable{ - border:1px solid #ccc; border-collapse:collapse; float:left; width:172px; height:134px; + border:1px solid #ccc; border-collapse:collapse; float:left; width:172px; height:140px; margin:0 10px 10px 0; background:#fff url(/media/img/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px; text-align:center;}