From 73faa02cf69f257d2a9da7b681aacaf5312b69ea Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 31 Dec 2014 12:31:13 -0800 Subject: Added CC-BY-SA license to documentation. Closes #55. --- spec.txt | 1 + template.html | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/spec.txt b/spec.txt index bec510d..5963821 100644 --- a/spec.txt +++ b/spec.txt @@ -4,6 +4,7 @@ author: - John MacFarlane version: 0.13 date: 2014-12-10 +license: '[CC-BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)' ... # Introduction diff --git a/template.html b/template.html index f9723c6..0924c7d 100644 --- a/template.html +++ b/template.html @@ -68,6 +68,8 @@ a.footnoteRef > sup { vertical-align: baseline; font-size: 100%; } +footer { font-size: 82%; text-align: center; margin-top: 1em; + margin-bottom: 1em; }