From 2ed47b6bde43183ae3ce4b09da9665a47801a12a Mon Sep 17 00:00:00 2001 From: Jason Long Date: Tue, 11 Jun 2013 12:39:22 -0400 Subject: [PATCH 1/2] cleaned up alternative licenses blurb --- index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 799b5a4..46d74c3 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ class: home

I want it simple and permissive.

- The MIT License is a permissive license that is short and to the point. It doesn’t include any warranties and lets people do anything they want with your code (with attribution back to you). + The MIT License is a permissive license that is short and to the point. It doesn’t include any warranties and lets people do anything they want with your code (with attribution back to you).

jQuery and Rails use the MIT License. @@ -41,10 +41,11 @@ class: home

-

- None of these work for me. What if I want to retain all my rights or I don’t want to choose a license? - Show me more licenses » -

+
+

What if none of these work for me or I want to retain all of my rights? More licenses are available.

+ +

What if I don't want to choose a license? You don't have to.

+
From 3fbb75b49ee250427782bc16f632c32fa75ea507 Mon Sep 17 00:00:00 2001 From: Jason Long Date: Tue, 11 Jun 2013 14:13:00 -0400 Subject: [PATCH 2/2] license table cleanup --- css/application.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/css/application.css b/css/application.css index 49e0982..1802421 100644 --- a/css/application.css +++ b/css/application.css @@ -241,25 +241,36 @@ strong { display: inline-block; padding-left: 80px; padding-right: 80px; + font-weight: bold; +} +.see-more p:last-child { + margin-bottom: 0.3em; } .license-rules { font-size: 13px; line-height: 1.3; margin-bottom: 40px; + width: 100%; } .license-rules th { border-bottom: solid 1px #d9d7d2; - padding: 5px 10px; + padding: 5px 10px 12px 10px; + vertical-align: bottom; +} +.license-rules th.summary { + line-height: 1.4; } .license-rules .name { border-right: solid 1px #d9d7d2; - width: 180px; + padding-left: 0; + width: 280px; } .license-rules .name a { font-family: 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 28px; font-weight: 900; + line-height: 1.1; } .license-rules .name small a { font-size: 16px;