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-17 10:09:35 +0100 |
commit | 90a47a9c5bee7645f80e3e277085f13977e71a35 (patch) | |
tree | 7c243b2a625b17bb56c62a73a7c2feb76e7e1aea /documentation | |
parent | 0ce3f64fce7b6a9075abd306a7ef228d48a42035 (diff) | |
download | poky-90a47a9c5bee7645f80e3e277085f13977e71a35.tar.gz |
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.
(From yocto-docs rev: d49ea9831dc7deccde34c63158afc114d8721857)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sphinx-static/theme_overrides.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/sphinx-static/theme_overrides.css b/documentation/sphinx-static/theme_overrides.css index ab00c1cf45..c18053398f 100644 --- a/documentation/sphinx-static/theme_overrides.css +++ b/documentation/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; |