From 003905b4b5da654b3ee8ac34e38b1969b42f1216 Mon Sep 17 00:00:00 2001 From: Martin Taillefer Date: Sat, 25 Nov 2017 12:04:36 -0800 Subject: [PATCH] Improve formatting of FAQ panel text. (#735) --- _faq/setup/k8s-checking-cluster-alpha-features.md | 2 +- _sass/layouts/_faq.scss | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/_faq/setup/k8s-checking-cluster-alpha-features.md b/_faq/setup/k8s-checking-cluster-alpha-features.md index a41e389c6e..0c3a718585 100644 --- a/_faq/setup/k8s-checking-cluster-alpha-features.md +++ b/_faq/setup/k8s-checking-cluster-alpha-features.md @@ -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): diff --git a/_sass/layouts/_faq.scss b/_sass/layouts/_faq.scss index 8a2ee4a162..022bcb67ef 100644 --- a/_sass/layouts/_faq.scss +++ b/_sass/layouts/_faq.scss @@ -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; } }