Skip to content

Commit b39faff

Browse files
committed
Fix #6262: html theme: The style of field lists has changed in bizstyle theme
1 parent 8742761 commit b39faff

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGES

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Bugs fixed
3030
* #6245: circular import error on importing SerializingHTMLBuilder
3131
* #6243: LaTeX: 'releasename' setting for latex_elements is ignored
3232
* #6244: html: Search function is broken with 3rd party themes
33+
* #6262: html theme: The style of field lists has changed in bizstyle theme
3334

3435
Testing
3536
--------

sphinx/themes/bizstyle/static/bizstyle.css_t

+14
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,20 @@ p.versionchanged span.versionmodified {
410410
background-color: #DCE6A0;
411411
}
412412

413+
dl.field-list > dt {
414+
color: white;
415+
padding-left: 0.5em;
416+
padding-right: 5px;
417+
background-color: #82A0BE;
418+
}
419+
420+
dl.field-list > dd {
421+
padding-left: 0.5em;
422+
margin-top: 0em;
423+
margin-left: 0em;
424+
background-color: #f7f7f7;
425+
}
426+
413427
/* -- table styles ---------------------------------------------------------- */
414428

415429
table.docutils {

0 commit comments

Comments
 (0)