Make indentation consistent with the rest of the file.

Fixes: 876d0ff2cb0f2ef54f81 (2017-07-14, "doc: css: use more ptxdist-like 
colors for admonitions")
Signed-off-by: Roland Hieber <r...@pengutronix.de>
---
 doc/_static/css/custom.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css
index 258e8f70ebfb..7efe0e101774 100644
--- a/doc/_static/css/custom.css
+++ b/doc/_static/css/custom.css
@@ -97,17 +97,17 @@ nav.wy-nav-side #menu-resize .fa:not(:first-child) {
 }
 
 .important {
-               background-color: #fff4dd !important;
+    background-color: #fff4dd !important;
 }
 .important .admonition-title {
-               background-color: #ff9b00 !important;
+    background-color: #ff9b00 !important;
 }
 
 .note {
-               background-color: #f2f9e5 !important;
+    background-color: #f2f9e5 !important;
 }
 .note .admonition-title {
-               background-color: #83983e !important;
+    background-color: #83983e !important;
 }
 
 .wy-table-responsive table.word-wrap td,
-- 
2.39.2


Reply via email to