diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-09-15 11:25:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:35 +0100 |
commit | d072e879e578f1b175b4d7fcb909a40890ea252a (patch) | |
tree | 87e736cd2136848cd4bb04bbb8aa8764d79f15db /documentation | |
parent | 0a85ac5708b451f7a637f2c6241b50a2f0ba324c (diff) | |
download | poky-d072e879e578f1b175b4d7fcb909a40890ea252a.tar.gz |
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 <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sphinx-static/theme_overrides.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
124 | .rst-content .tip .admonition-title, | 124 | .rst-content .tip .admonition-title, |
125 | .rst-content .warning .admonition-title, | 125 | .rst-content .warning .admonition-title, |
126 | .rst-content .caution .admonition-title, | 126 | .rst-content .caution .admonition-title, |
127 | .rst-content .admonition-tying-it-together .admonition-title, | ||
127 | .rst-content .important .admonition-title { | 128 | .rst-content .important .admonition-title { |
128 | background: #f0f0f2; | 129 | background: #f0f0f2; |
129 | color: #00557D; | 130 | color: #00557D; |
@@ -134,6 +135,7 @@ h6 { | |||
134 | .rst-content .tip, | 135 | .rst-content .tip, |
135 | .rst-content .important, | 136 | .rst-content .important, |
136 | .rst-content .warning, | 137 | .rst-content .warning, |
138 | .rst-content .admonition-tying-it-together, | ||
137 | .rst-content .caution { | 139 | .rst-content .caution { |
138 | background: #f0f0f2; | 140 | background: #f0f0f2; |
139 | } | 141 | } |