From 51cc996c46216f1d5e2b179874d2ee32f4079c29 Mon Sep 17 00:00:00 2001 From: Robert Parker Date: Thu, 12 Sep 2019 02:10:05 -0700 Subject: [PATCH 1/2] http to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5756258b737..8b877993dbd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Windows License ======= -Copyright (c) 2014-2019 [Rancher Labs, Inc.](http://rancher.com) +Copyright (c) 2014-2019 [Rancher Labs, Inc.](https://rancher.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 3436296f68449399be8ae350c986e578b88b74a8 Mon Sep 17 00:00:00 2001 From: jrcreative Date: Mon, 23 Sep 2019 08:27:06 -0700 Subject: [PATCH 2/2] fix small spacing issue in docs --- assets/sass/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/sass/app.scss b/assets/sass/app.scss index 127d70636ff..679a9be83c8 100644 --- a/assets/sass/app.scss +++ b/assets/sass/app.scss @@ -13,3 +13,7 @@ display: none; visibility: hidden; } + +pre > code { + padding: 0; +} \ No newline at end of file