setting up Block Grid for the calendars so they look nice
authorOve Klykken <klykken@gmail.com>
Fri, 20 Jun 2014 20:36:16 +0000 (16:36 -0400)
committerOve Klykken <klykken@gmail.com>
Fri, 20 Jun 2014 20:36:16 +0000 (16:36 -0400)
Toolkit/Schedule/templates/departuresScheduleCalendar.html

index 2322331..275c3be 100644 (file)
@@ -47,7 +47,8 @@ table.cals {
 #departures {
        border-radius-bottom-left: 10px;
        border-radius-bottom-right: 10px;
-       }
+       
+  }
 #departures th {
        padding: 10px;
        font-size: 16px;
@@ -79,7 +80,7 @@ table.cals {
           </td>
         </tr>
     </table>
-    <ul class="medium-block-grid-1">
+    <ul class="medium-block-grid-2 small-block-grid-1 large-block-grid-3">
        {calendarsHtml:h}
     </ul>