]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Set font-size to 0em on ui-datepicker-row-break to override font-size... 353/head
authorkborchers <k_borchers@yahoo.com>
Mon, 13 Jun 2011 17:05:42 +0000 (12:05 -0500)
committerkborchers <k_borchers@yahoo.com>
Mon, 13 Jun 2011 17:05:42 +0000 (12:05 -0500)
themes/base/jquery.ui.datepicker.css

index f457800f4b087d27d139a2202dce03b4e229d20d..8d574bac4056d5a9003dbb48226014177ee15361 100644 (file)
@@ -39,7 +39,7 @@
 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
 .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
-.ui-datepicker-row-break { clear:both; width:100%; }
+.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
 
 /* RTL support */
 .ui-datepicker-rtl { direction: rtl; }