Merge pull request #1776 from Indevver/docs-padding

Docs padding
This commit is contained in:
Adrian Goins
2019-09-23 12:36:53 -03:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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.
+4
View File
@@ -13,3 +13,7 @@
display: none;
visibility: hidden;
}
pre > code {
padding: 0;
}