From 8f8714d3e5a683a9459a36aa19b695a4904a069d Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 30 Jul 2017 21:14:02 +0100 Subject: [PATCH 1/3] Altered spacing of headers within baseDialog --- .../views/paperTemplates/baseDialog/baseDialog.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.css diff --git a/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.css b/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.css new file mode 100644 index 00000000..8cb79b8b --- /dev/null +++ b/rpg-docs/client/views/paperTemplates/baseDialog/baseDialog.css @@ -0,0 +1,12 @@ +.base-dialog h1, +.base-dialog h2, +.base-dialog h3, +.base-dialog h4, +.base-dialog h5, +.base-dialog h6{ + margin-bottom: 8px; +} + +.base-dialog p{ + margin-bottom: 20px; +} \ No newline at end of file From 0eea6f238690794237edf5948fab7b52aaf1c5d4 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 30 Jul 2017 21:20:27 +0100 Subject: [PATCH 2/3] Cantrips now display as " cantrip" rather than "Level 0 " Also fixed spacing if "(ritual)" tag was not present --- .../views/character/spells/spellDialog/spellDialog.html | 2 +- .../views/character/spells/spellDialog/spellDialog.js | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/rpg-docs/client/views/character/spells/spellDialog/spellDialog.html b/rpg-docs/client/views/character/spells/spellDialog/spellDialog.html index aa23a17e..6fa32952 100644 --- a/rpg-docs/client/views/character/spells/spellDialog/spellDialog.html +++ b/rpg-docs/client/views/character/spells/spellDialog/spellDialog.html @@ -12,7 +12,7 @@