From: Ove Klykken Date: Wed, 30 Jul 2014 19:42:22 +0000 (-0400) Subject: adjusted the calendar on home page to work in FF X-Git-Tag: VV1^2~29 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b165bc529f38ebc9dd8182a74edade7d5dd2322c;p=web%2FCityofMI.git adjusted the calendar on home page to work in FF --- diff --git a/styles.css b/styles.css index 3ee50f7..d980245 100755 --- a/styles.css +++ b/styles.css @@ -264,6 +264,9 @@ img { #homepage_events_wrapper { background: #216083; } +#eventCalendarWrapper { + clear: left; + } #cEventMeetings, #cEventMore { line-height: 26px; @@ -298,7 +301,7 @@ img { padding: 5px; } } -@media only screen and (max-width: 54em) { +@media only screen and (max-width: 53em) { #eventCalendar table { display: none; }