From d072e879e578f1b175b4d7fcb909a40890ea252a Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Tue, 15 Sep 2020 11:25:40 +0200 Subject: sphinx: theme_override: add tying-it-together admonition It is used in the Profile manual. Let's make it look like other note, warning, .. admonition. (From yocto-docs rev: 9aa4a7e8def8793c58a8fda1fdd661dcfffad785) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/sphinx-static/theme_overrides.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation') diff --git a/documentation/sphinx-static/theme_overrides.css b/documentation/sphinx-static/theme_overrides.css index ffa91884a7..ab00c1cf45 100644 --- a/documentation/sphinx-static/theme_overrides.css +++ b/documentation/sphinx-static/theme_overrides.css @@ -124,6 +124,7 @@ h6 { .rst-content .tip .admonition-title, .rst-content .warning .admonition-title, .rst-content .caution .admonition-title, + .rst-content .admonition-tying-it-together .admonition-title, .rst-content .important .admonition-title { background: #f0f0f2; color: #00557D; @@ -134,6 +135,7 @@ h6 { .rst-content .tip, .rst-content .important, .rst-content .warning, + .rst-content .admonition-tying-it-together, .rst-content .caution { background: #f0f0f2; } -- cgit v1.2.3-54-g00ecf