15 lines
370 B
CSS
15 lines
370 B
CSS
/* https://github.com/readthedocs/sphinx_rtd_theme/issues/1322 */
|
|
dl.field-list > dt:after {
|
|
display: none;
|
|
}
|
|
|
|
/* Fix empty paragraph at start of field list text */
|
|
.field-list dd p:empty:first-child {
|
|
display: none;
|
|
}
|
|
|
|
/* Add some space */
|
|
html.writer-html5 .rst-content dl.field-list > dd, html.writer-html5 .rst-content dl.field-list > dt {
|
|
margin-bottom: 12px;
|
|
}
|