a little housekeeping (#18)

This commit is contained in:
CommonLoon102 2020-02-10 09:32:48 +00:00 committed by GitHub
parent 0154e634ba
commit 08bef299d2
2 changed files with 1 additions and 1 deletions

View File

@ -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<string, Microsoft.AspNetCore.Html.IHtmlContent>

View File

@ -30,6 +30,7 @@
.bordered {
border: 0.25em solid cornflowerblue;
padding-left: 1em;
padding-right: 1em;
margin: 1em;
}