Improve formatting of FAQ panel text. (#735)

This commit is contained in:
Martin Taillefer 2017-11-25 12:04:36 -08:00 committed by Laurent Demailly
parent 6f902560cb
commit 003905b4b5
2 changed files with 3 additions and 5 deletions

View File

@ -6,7 +6,7 @@ type: markdown
{% include home.html %}
Automatic sidecar injection requires the
[initilizer alpha feature](https://kubernetes.io/docs/admin/extensible-admission-controllers/#enable-initializers-alpha-feature).
[initializer alpha feature](https://kubernetes.io/docs/admin/extensible-admission-controllers/#enable-initializers-alpha-feature).
Run the following command to check if the initializer has been enabled
(empty output indicates that initializers are not enabled):

View File

@ -53,7 +53,6 @@
}
a {
font-weight: 400;
text-decoration: none;
h4 {
@ -65,12 +64,11 @@
}
.panel-body {
padding: 0px;
padding: 0px 15px 0px 15px;
background: $light-gray;
}
p {
padding-top: 0px;
padding-left: 15px;
padding: 0px;
}
}