From 263aba596cf754a837a47f833cd020890cb271a8 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 4 May 2015 09:53:29 +0200 Subject: [PATCH] Changed Guide styling to be more spacious --- rpg-docs/client/views/guide/guide.css | 7 + rpg-docs/client/views/guide/guide.html | 176 +++++++++++++------------ 2 files changed, 96 insertions(+), 87 deletions(-) create mode 100644 rpg-docs/client/views/guide/guide.css diff --git a/rpg-docs/client/views/guide/guide.css b/rpg-docs/client/views/guide/guide.css new file mode 100644 index 000000000..391808c78 --- /dev/null +++ b/rpg-docs/client/views/guide/guide.css @@ -0,0 +1,7 @@ +.wallOfText h2{ + margin-top: 24px +} + +.wallOfText p{ + margin-top: 8px; +} \ No newline at end of file diff --git a/rpg-docs/client/views/guide/guide.html b/rpg-docs/client/views/guide/guide.html index 1a09c1e3e..3f2e13b27 100644 --- a/rpg-docs/client/views/guide/guide.html +++ b/rpg-docs/client/views/guide/guide.html @@ -1,90 +1,92 @@ \ No newline at end of file