diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/DND/DND.scss | 5 | ||||
-rw-r--r-- | src/DND/PsionicSchools.org | 1 | ||||
-rw-r--r-- | src/DND/Psionist.md | 3 | ||||
-rw-r--r-- | src/DND/SpellGauntlet.org | 3 | ||||
-rw-r--r-- | src/DND/Tastavi.md | 3 | ||||
-rw-r--r-- | src/main.scss | 12 |
6 files changed, 18 insertions, 9 deletions
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: <link rel="stylesheet" href="DND.css">
+#+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: "<link rel=stylesheet href=DND.css>" +tags: ES HB --- <div id="table-of-contents"> 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: <link rel="stylesheet" href="DND.css"> +#+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: "<link rel=stylesheet href=DND.css>" +tags: SS --- <p> 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; } |