From 5bd9e33b8fafc2a408db5dc5070ad4601e817783 Mon Sep 17 00:00:00 2001 From: Andrew Minion Date: Tue, 13 Sep 2016 14:02:15 -0400 Subject: [PATCH 1/5] tweak CSS --- index.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c3b08bb..e6ddabb 100644 --- a/index.html +++ b/index.html @@ -27,15 +27,22 @@ div{margin:15px 0px;} .error{color:#ff1111;} .field{width:100%;max-width:600px;} - body{background-color:#fafafa;} + body{background-color:#fafafa;margin:1em auto;max-width:600px;padding:0 1em;font-family:Helvetica,Verdana,sans-serif;font-size:18px;line-height:1.4;} + hr{border-bottom: #f9f9f9;} li{margin-bottom:10px;} h1{border-bottom:solid black 1px;padding-bottom:15px;} + h1,h2{font-weight: normal; color: #195f91;} input[type="text"]{width:100%;} + input,textarea{font-size:.8em;margin-bottom:.5em;} + input[type="text"]:not(#email),textarea{font-family:monospace;} textarea{width:100%;height:120px;white-space:pre;} - .help{float:right;font-size:12px;text-decoration:underline;cursor:pointer;} + a{color:steelblue;} + a:hover{text-decoration:none;} + p{text-align:justify;} + .help{float:right;font-size:12px;cursor:pointer;} .help-checkbox{display:none;} .help-checkbox:checked + .help-content{display:inline-block;} - .help-content{display:none;width:100%;max-width:600px;margin:5px 0px 10px 0px;padding:10px;background-color:#eeeeee;border:2px solid #bbbbbb;} + .help-content{display:none;width:100%;margin:5px 0px 10px 0px;padding:10px;background-color:#eeeeee;border:2px solid #bbbbbb;font-size:.8em;} code{display:inline-block;margin:5px 0px;padding:5px;background-color:#ffffff;} pre{margin:5px 0px;padding:5px;overflow:auto;background-color:#ffffff;} .tabs > label{display:inline-block;margin:0px;padding:6px 12px;font-size:13px;text-decoration:underline;cursor:pointer;} @@ -544,4 +551,4 @@

Step 5: Install Certificate (waiting...)

- + \ No newline at end of file From b11cdb811d531b549dab064ccee096c3a0d41a52 Mon Sep 17 00:00:00 2001 From: Andrew Minion Date: Tue, 13 Sep 2016 14:02:31 -0400 Subject: [PATCH 2/5] improve typography --- index.html | 94 +++++++++++++++++++++++++++--------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/index.html b/index.html index e6ddabb..d15ecb5 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Welcome to the source code for gethttpsforfree.com! This is an open source website that is meant to be auditable. Please read -through the code to see what's going on! +through the code to see what’s going on! Original files: /index.html - This page @@ -69,12 +69,12 @@

Get HTTPS for free!

You can now get free https certificates from the non-profit certificate - authority Let's Encrypt! + authority Let’s Encrypt! This is a website that will take you through the manual steps to get your free https certificate so you can make your own website use https! This website is open source @@ -87,8 +87,8 @@