mirror of https://github.com/istio/istio.io.git
Improve formatting of FAQ panel text. (#735)
This commit is contained in:
parent
6f902560cb
commit
003905b4b5
|
@ -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):
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue