diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-15 22:40:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-16 18:14:08 +0100 |
commit | 9236e24105bd83739b7c6f90d33a6a86a0129fd2 (patch) | |
tree | d8a71365e3a32f8615a0e0267958990f4b63dbc9 | |
parent | 4369b5986eddf9444a27b2a9e99ef70226b7f202 (diff) | |
download | poky-9236e24105bd83739b7c6f90d33a6a86a0129fd2.tar.gz |
bitbake: sphinx: theme_override: Use bold for emphasis text
This more closely matches the original docbook style and is appropriate
given the way the manual uses this element.
(Bitbake rev: a0f37789493aeb1cd5e82c17459bfa4cf6c0ecd6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/doc/sphinx-static/theme_overrides.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/doc/sphinx-static/theme_overrides.css b/bitbake/doc/sphinx-static/theme_overrides.css index ffa91884a7..4fd76a152a 100644 --- a/bitbake/doc/sphinx-static/theme_overrides.css +++ b/bitbake/doc/sphinx-static/theme_overrides.css | |||
@@ -74,6 +74,10 @@ h6 { | |||
74 | font-weight: bold; | 74 | font-weight: bold; |
75 | } | 75 | } |
76 | 76 | ||
77 | em { | ||
78 | font-weight: bold; | ||
79 | } | ||
80 | |||
77 | .pre { | 81 | .pre { |
78 | font-size: medium; | 82 | font-size: medium; |
79 | font-family: Courier, monospace; | 83 | font-family: Courier, monospace; |