From dc1bf1ca282047416fd1f60fda0786212bef2eab Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 2 May 2019 04:26:30 +1000 Subject: [PATCH] made it more clear that this site is unofficial, improved formatting --- index.html | 9 ++++++--- style.css | 6 ++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 72a1e6b..f39689f 100644 --- a/index.html +++ b/index.html @@ -13,11 +13,14 @@ The Cooperative Software License (CSL) is a copy-far-left (as opposed to copyleft) license that aims to rectify some of the issues that arise when using a copyleft license such as the GPL, namely, that your work can still be used in some extent by commercial entities and other for-profit ventures. It is based on the Peer Production License, and is adapted to be more applicable to software.

- I am not the author of the CSL. The CSL was created by raddle.me user jadedctrl. The official source for the CSL can be found here, this site simply exists to mirror its content. + I am not the author of the CSL. These pages are entirely unofficial. The CSL was created by raddle.me user jadedctrl. The official source for the CSL can be found here. This site simply exists to mirror its content, and to provided a formatted version of it.

- View a formatted copy of the CSL
- View the original plaintext version of the CSL (mirrored) +

diff --git a/style.css b/style.css index ca69d1f..05d2355 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,7 @@ body { font-family: sans-serif; color: #333; background-color:#eee; + font-size:1.1em; } a { color: #777; @@ -15,9 +16,14 @@ article { max-width: 1000px; min-width: 400px; margin: 0 auto; + line-height:1.4em; } h1 { text-align: center; font-size: 3em; font-weight: 200; +} +ul { + list-style-type: none; + padding: 0; } \ No newline at end of file