From b864379651d4bfe3d05f98350b720794ffa2806a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 31 Dec 2016 22:48:59 -0700 Subject: more --- src/DND/DND.scss | 5 ----- src/DND/PsionicSchools.org | 1 + src/DND/Psionist.md | 3 ++- src/DND/SpellGauntlet.org | 3 ++- src/DND/Tastavi.md | 3 ++- src/main.scss | 12 +++++++++++- 6 files changed, 18 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/DND/DND.scss b/src/DND/DND.scss index 1d4cc2a..fcb258c 100644 --- a/src/DND/DND.scss +++ b/src/DND/DND.scss @@ -48,11 +48,6 @@ textarea { overflow-x: auto; } } /* Andrew wrote the following */ -body > article { - padding: 0px 16%; - width: 68%; -} - body { background: url(Background.png) repeat-y; background-size: 100%; diff --git a/src/DND/PsionicSchools.org b/src/DND/PsionicSchools.org index 2ce8e7a..91f84a1 100644 --- a/src/DND/PsionicSchools.org +++ b/src/DND/PsionicSchools.org @@ -1,5 +1,6 @@ #+TITLE: Schools of Psionics #+HTML_HEAD_EXTRA: +#+TAGS: ES HB From what I've seen, the most recent few 5e Unearthed Arcana dealing with "Psionics and the Mystic" have been getting somewhat mixed diff --git a/src/DND/Psionist.md b/src/DND/Psionist.md index ea21a9f..1c7b9e5 100644 --- a/src/DND/Psionist.md +++ b/src/DND/Psionist.md @@ -1,7 +1,8 @@ --- title: "Psionist" -date: "2016-07-16T21:01-0400" +updated: "2016-07-16T21:01-0400" html_head_extra: "" +tags: ES HB ---
diff --git a/src/DND/SpellGauntlet.org b/src/DND/SpellGauntlet.org index c647c7d..cb97497 100644 --- a/src/DND/SpellGauntlet.org +++ b/src/DND/SpellGauntlet.org @@ -1,5 +1,6 @@ -#+TITLE: Spell Gauntlet +#+TITLE: Spell Gauntlet: Practical Spellcasting #+HTML_HEAD_EXTRA: +#+TAGS: FF SS WP * Teleport diff --git a/src/DND/Tastavi.md b/src/DND/Tastavi.md index 20f8520..0f7eb12 100644 --- a/src/DND/Tastavi.md +++ b/src/DND/Tastavi.md @@ -1,7 +1,8 @@ --- title: "Tastavi D'Maelnor of Llolethane" -date: "2016-08-30 Tue 23:56" +updated: "2016-08-30 Tue 23:56" html_head_extra: "" +tags: SS ---

diff --git a/src/main.scss b/src/main.scss index ab62e0a..53c5154 100644 --- a/src/main.scss +++ b/src/main.scss @@ -75,7 +75,10 @@ nav { } } -body > article { +article { + max-width: 6.5in; + margin: 0 auto; + #constructionBanner { height: 50px; background-color: #f89406; @@ -123,4 +126,11 @@ body > article { .HB { background: DimGray; } .DM { background: DarkSlateGray; } .WP { background: GhostWhite; color: black; } + + border-bottom: solid 1px #333333; +} + +footer { + margin: 0 2em; + font-size: smaller; } -- cgit v1.2.3-2-g168b