doc: fix figure style CSS selector
The CSS classes used by figures in docutils has changed in recent versions. Adjust CSS so that figures are centered again by default. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
e9d2cea2a3
commit
f1d2e567a7
1 changed files with 1 additions and 1 deletions
2
doc/_static/css/custom.css
vendored
2
doc/_static/css/custom.css
vendored
|
@ -864,7 +864,7 @@ kbd, .kbd {
|
|||
column-width: 18em;
|
||||
}
|
||||
|
||||
.figure {
|
||||
.rst-content div.figure, .rst-content figure {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue