File tree 2 files changed +15
-0
lines changed
sphinx/themes/bizstyle/static
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Bugs fixed
30
30
* #6245: circular import error on importing SerializingHTMLBuilder
31
31
* #6243: LaTeX: 'releasename' setting for latex_elements is ignored
32
32
* #6244: html: Search function is broken with 3rd party themes
33
+ * #6262: html theme: The style of field lists has changed in bizstyle theme
33
34
34
35
Testing
35
36
--------
Original file line number Diff line number Diff line change @@ -410,6 +410,20 @@ p.versionchanged span.versionmodified {
410
410
background-color: #DCE6A0;
411
411
}
412
412
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
+
413
427
/* -- table styles ---------------------------------------------------------- */
414
428
415
429
table.docutils {
You can’t perform that action at this time.
0 commit comments