From: Ove Klykken Date: Mon, 23 Jun 2014 16:09:27 +0000 (-0400) Subject: removed erroneous border radius code. Style for current link in off-canvas subnav... X-Git-Tag: v1.0^2~26 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=38df1660782d4d31303eb2d81e765e72647f934a;p=web%2FSooLocks.git removed erroneous border radius code. Style for current link in off-canvas subnav. Font size of listing headers .1 rem down. --- 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 {