removed erroneous border radius code. Style for current link in off-canvas subnav...
authorOve Klykken <klykken@gmail.com>
Mon, 23 Jun 2014 16:09:27 +0000 (12:09 -0400)
committerOve Klykken <klykken@gmail.com>
Mon, 23 Jun 2014 16:09:27 +0000 (12:09 -0400)
Toolkit/Schedule/templates/departuresScheduleCalendar.html
css/arrows.css
styles.css

index 35e750f..4a959e3 100644 (file)
@@ -47,9 +47,7 @@ table.cals {
        font-weight: bold;
        }
 #departures {
-       border-radius-bottom-left: 10px;
-       border-radius-bottom-right: 10px;
-       
+
   }
 #departures th {
        padding: 10px;
index 68c8fbe..3c07fa1 100644 (file)
@@ -1,3 +1,8 @@
+a.current {
+    font-weight: bold;
+    background: #888;
+    }
+
 /* Mobilenav */
 #mobilenav {
     display: block;
index 67f851b..62d5b35 100644 (file)
@@ -324,7 +324,7 @@ cursor: pointer;
 #toolbox h2 {
     color: #b5383e;
     font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
-    font-size: 1.7rem;
+    font-size: 1.6rem;
     font-weight: bold;
     }
 #toolbox h1 {