From 0f61318c27889864dc0d080f12000b4ce3971432 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Mon, 9 Nov 2020 08:27:45 +0100 Subject: [PATCH] Style index pages --- .documentation/default.css | 12 ++++++++++++ .documentation/faq/index.php | 1 + test/index.html | 1 + 3 files changed, 14 insertions(+) create mode 100644 .documentation/default.css diff --git a/.documentation/default.css b/.documentation/default.css new file mode 100644 index 0000000..dde57e8 --- /dev/null +++ b/.documentation/default.css @@ -0,0 +1,12 @@ +body { + margin: 30px auto; + max-width: 680px; + font-size: 13pt; + line-height: 1.4em; + color: #444444; + padding: 0; +} + +h1, h2, h3{ + line-height: 1.2em; +} \ No newline at end of file diff --git a/.documentation/faq/index.php b/.documentation/faq/index.php index 2d40178..78a50db 100644 --- a/.documentation/faq/index.php +++ b/.documentation/faq/index.php @@ -4,6 +4,7 @@ CanvasBlocker FAQs +

CanvasBlocker FAQs

diff --git a/test/index.html b/test/index.html index bd6d231..b6cdf24 100644 --- a/test/index.html +++ b/test/index.html @@ -5,6 +5,7 @@ +

Test pages for CanvasBlocker