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:
Gerard Marull-Paretas 2022-03-25 13:53:51 +01:00 committed by Marti Bolivar
commit f1d2e567a7

View file

@ -864,7 +864,7 @@ kbd, .kbd {
column-width: 18em; column-width: 18em;
} }
.figure { .rst-content div.figure, .rst-content figure {
text-align: center; text-align: center;
} }