doc: remove extra space after nested list
Remove extra spacing after a nested list. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
d748cb6118
commit
f72a50b96d
1 changed files with 1 additions and 1 deletions
2
doc/static/zephyr-custom.css
vendored
2
doc/static/zephyr-custom.css
vendored
|
@ -44,7 +44,7 @@ div.rst-other-versions dl {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tweak spacing after a toctree, fixing issue from sphinx-tabs */
|
/* tweak spacing after a toctree, fixing issue from sphinx-tabs */
|
||||||
.toctree-wrapper ul, .section ul {
|
.toctree-wrapper ul, ul.simple ol.simple {
|
||||||
margin-bottom: 24px !important;
|
margin-bottom: 24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue