From 38df1660782d4d31303eb2d81e765e72647f934a Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Mon, 23 Jun 2014 12:09:27 -0400 Subject: [PATCH] removed erroneous border radius code. Style for current link in off-canvas subnav. Font size of listing headers .1 rem down. --- Toolkit/Schedule/templates/departuresScheduleCalendar.html | 4 +--- css/arrows.css | 5 +++++ styles.css | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Toolkit/Schedule/templates/departuresScheduleCalendar.html b/Toolkit/Schedule/templates/departuresScheduleCalendar.html index 35e750f..4a959e3 100644 --- a/Toolkit/Schedule/templates/departuresScheduleCalendar.html +++ b/Toolkit/Schedule/templates/departuresScheduleCalendar.html @@ -47,9 +47,7 @@ table.cals { font-weight: bold; } #departures { - border-radius-bottom-left: 10px; - border-radius-bottom-right: 10px; - + } #departures th { padding: 10px; diff --git a/css/arrows.css b/css/arrows.css index 68c8fbe..3c07fa1 100644 --- a/css/arrows.css +++ b/css/arrows.css @@ -1,3 +1,8 @@ +a.current { + font-weight: bold; + background: #888; + } + /* Mobilenav */ #mobilenav { display: block; diff --git a/styles.css b/styles.css index 67f851b..62d5b35 100644 --- a/styles.css +++ b/styles.css @@ -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 { -- 2.17.1