From cf75677e423dec79dd9b37fe3bfc8b1ac50f4517 Mon Sep 17 00:00:00 2001 From: kipukun Date: Sun, 7 May 2017 14:12:16 -0400 Subject: [PATCH 1/2] Slightly tweak navbar CSS --- public/css/style-night.css | 4 ++++ public/css/style.css | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/public/css/style-night.css b/public/css/style-night.css index a303976e..bee07f0a 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -162,3 +162,7 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ background-size: 75px, 100px; } } + +.navbar { + border-radius: 0px; +} \ No newline at end of file diff --git a/public/css/style.css b/public/css/style.css index 338b38ae..f3a6673d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -173,3 +173,8 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ max-width: 100%; max-height: 80vh; } + +/* the curved edges triggered my autism */ +.navbar { + border-radius: 0px; +} From e6196ed1230a3b45525b24a88053d95304240567 Mon Sep 17 00:00:00 2001 From: kipukun Date: Sun, 7 May 2017 14:12:16 -0400 Subject: [PATCH 2/2] Slightly tweak navbar CSS --- public/css/style-night.css | 4 ++++ public/css/style.css | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/public/css/style-night.css b/public/css/style-night.css index a303976e..bee07f0a 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -162,3 +162,7 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ background-size: 75px, 100px; } } + +.navbar { + border-radius: 0px; +} \ No newline at end of file diff --git a/public/css/style.css b/public/css/style.css index 338b38ae..f3a6673d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -173,3 +173,8 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ max-width: 100%; max-height: 80vh; } + +/* the curved edges triggered my autism */ +.navbar { + border-radius: 0px; +}