mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 21:43:07 +00:00
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>
This commit is contained in:
parent
0ce3f64fce
commit
90a47a9c5b
@ -74,6 +74,10 @@ h6 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
em {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.pre {
|
||||
font-size: medium;
|
||||
font-family: Courier, monospace;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user