From ff83838b505c581d66e3c8bcd49654f2a9c23e78 Mon Sep 17 00:00:00 2001 From: John *Seg* Seggerson Date: Mon, 6 Mar 2017 11:56:20 -0800 Subject: [PATCH 1/3] * SCSS Lint cleanup. --- _sass/style.scss | 2 +- _sass/tablemaths.scss | 11 ++++++----- _sass/traction-sidenav.scss | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/_sass/style.scss b/_sass/style.scss index 995cfa8..6236ea1 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -26,7 +26,7 @@ h1 { font-size: 30pt; small { - font-size: 0.5em; + font-size: .5em; } a { diff --git a/_sass/tablemaths.scss b/_sass/tablemaths.scss index 35221db..ed14438 100644 --- a/_sass/tablemaths.scss +++ b/_sass/tablemaths.scss @@ -1,3 +1,4 @@ +// scss-lint:disable IdSelector // Used directly in TableMaths display. #tmhl { @@ -22,25 +23,25 @@ color: $main-color; font-family: 'Lucida Grande', Helvetica, Arial; font-size: 12px; - + h1 { margin: 0 0 12px; color: $main-color; font-size: 18px; font-weight: bold; - + small { font-size: 12px; } } - + .tm-report { font-weight: bold; } - + .tm-report-element { margin-bottom: 10px; - + .tm-report-heading { font-weight: bold; } diff --git a/_sass/traction-sidenav.scss b/_sass/traction-sidenav.scss index 299441f..f00e8ff 100644 --- a/_sass/traction-sidenav.scss +++ b/_sass/traction-sidenav.scss @@ -22,6 +22,7 @@ $traction-sidenav-border: #636362; .logo-container { background-color: $traction-sidenav-bg-01; padding: 24px 0 12px 2px; + @media ($meida-small-max) { padding: 7px 0 0 10px; } From 285446f453cd032f1699d3f53be31d5b52f1642a Mon Sep 17 00:00:00 2001 From: John *Seg* Seggerson Date: Mon, 6 Mar 2017 11:59:30 -0800 Subject: [PATCH 2/3] * Declare more style element to prevent style overlap. --- _sass/tablemaths.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_sass/tablemaths.scss b/_sass/tablemaths.scss index ed14438..0cdb175 100644 --- a/_sass/tablemaths.scss +++ b/_sass/tablemaths.scss @@ -24,8 +24,14 @@ font-family: 'Lucida Grande', Helvetica, Arial; font-size: 12px; + a { + text-decoration: underline; + color: $main-color; + } + h1 { margin: 0 0 12px; + background-color: transparent; color: $main-color; font-size: 18px; font-weight: bold; From 8267719fcdb0f80aaea1b83496d299fd4a4e2b21 Mon Sep 17 00:00:00 2001 From: John *Seg* Seggerson Date: Mon, 6 Mar 2017 11:59:42 -0800 Subject: [PATCH 3/3] * Minor copy changes to index page. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e6cd6d4..9d6734c 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@

Bonus

Compatibility

Currently tested in Firefox, Safari, and Chrome.

-

Authors

+

Contributers