From 0e27f6d1840b44483d40d5fb862c8804b57aa0d5 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 24 Jun 2015 07:20:59 -0400 Subject: [PATCH] add license to readme and site --- README.md | 10 ++++++++++ contents/about.md | 7 +++++++ contents/css/main.css | 15 +++------------ 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5755e55..d644520 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,13 @@ If you would like to contribute an article to http://theworstprogrammerever.com: ``` 4. Create a pull request to this repo to await review/merge 5. Profit + + +# License + +
This work +is licensed under a Creative Commons +Attribution-ShareAlike 4.0 International License. diff --git a/contents/about.md b/contents/about.md index b3f78e3..60c5556 100644 --- a/contents/about.md +++ b/contents/about.md @@ -1,3 +1,10 @@ --- view: none --- + +
This work +is licensed under a Creative Commons +Attribution-ShareAlike 4.0 International License. diff --git a/contents/css/main.css b/contents/css/main.css index 6daeb84..8067a57 100644 --- a/contents/css/main.css +++ b/contents/css/main.css @@ -135,8 +135,8 @@ footer { footer .nav { text-align: center; - margin-top: 5em; - margin-bottom: 3.5em; + margin-top: 1em; + margin-bottom: 1em; } footer .nav a { @@ -146,17 +146,8 @@ footer .nav a { } footer .about { - border-top: 1px dashed #d2d2d2; - padding: 2.2em 3em; font-size: 0.7em; - -webkit-column-count: 3; - -moz-column-count: 3; - -ms-column-count: 3; - column-count: 3; - -webkit-column-gap: 2em; - -moz-column-gap: 2em; - -ms-column-gap: 2em; - column-gap: 2em; + text-align: center; } footer .copy {