From ae8964f7de07153e566c9bed48b41a95fb7ee820 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Tue, 1 Feb 2011 10:41:46 -0500 Subject: [PATCH] fixed a bug in the class syntax --- experiments/ui-datepicker/jquery.ui.datepicker.mobile.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/experiments/ui-datepicker/jquery.ui.datepicker.mobile.css b/experiments/ui-datepicker/jquery.ui.datepicker.mobile.css index 7cc08f1e..91c9e7b5 100644 --- a/experiments/ui-datepicker/jquery.ui.datepicker.mobile.css +++ b/experiments/ui-datepicker/jquery.ui.datepicker.mobile.css @@ -27,6 +27,4 @@ div.hasDatepicker{ display: block; padding: 0; overflow: visible; margin: 8px 0 .ui-datepicker-calendar th span, .ui-datepicker-calendar span.ui-state-default { opacity: .3; } .ui-datepicker-calendar td a { padding-top: .5em; padding-bottom: .5em; } -.min-width-480px { - div.hasDatepicker { width: 63%; display: inline-block; margin: 0; } -} \ No newline at end of file +.min-width-480px div.hasDatepicker { width: 63%; display: inline-block; margin: 0; } \ No newline at end of file