From 08bef299d29ad0edd8c56aea21c895ab1e04eaa5 Mon Sep 17 00:00:00 2001 From: CommonLoon102 <321850+CommonLoon102@users.noreply.github.com> Date: Mon, 10 Feb 2020 09:32:48 +0000 Subject: [PATCH] a little housekeeping (#18) --- WebInterface/Views/Home/Index.cshtml | 1 - WebInterface/Views/Shared/_Layout.cshtml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/WebInterface/Views/Home/Index.cshtml b/WebInterface/Views/Home/Index.cshtml index 4d95c48..f2db51b 100644 --- a/WebInterface/Views/Home/Index.cshtml +++ b/WebInterface/Views/Home/Index.cshtml @@ -7,7 +7,6 @@ string b = "Blood"; string cp = "Cryptic Passage"; string dw = "Death Wish"; - string fo = "Fleshed Out"; string twoira = "The Way of Ira"; Func diff --git a/WebInterface/Views/Shared/_Layout.cshtml b/WebInterface/Views/Shared/_Layout.cshtml index 62e52da..e05bc79 100644 --- a/WebInterface/Views/Shared/_Layout.cshtml +++ b/WebInterface/Views/Shared/_Layout.cshtml @@ -30,6 +30,7 @@ .bordered { border: 0.25em solid cornflowerblue; padding-left: 1em; + padding-right: 1em; margin: 1em; }