Skip to content

Commit 27c31e1

Browse files
committed
Replace field-body tags
1 parent 1ac33e1 commit 27c31e1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/_static/mpl.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ table.docutils {
627627
border: 0px;
628628
}
629629

630-
table.docutils th {
630+
dl.field-list dt.field-odd {
631631
border-width: 1px 0px;
632632
border-color: #888;
633633
background-color: #f0f0f0;
@@ -695,27 +695,27 @@ dl.class table.property-table {
695695
}
696696

697697
/* tables inside parameter descriptions */
698-
td.field-body table.property-table {
698+
dd.field-odd table.property-table {
699699
width: 100%;
700700
border-spacing: 2px;
701701
border-collapse: collapse;
702702
border: 0px;
703703
}
704704

705-
td.field-body table.property-table th {
705+
dd.field-odd table.property-table th {
706706
padding: 2px 10px;
707707
border-width: 1px 0px;
708708
border-color: #888;
709709
background-color: #f0f0f0;
710710
}
711711

712-
td.field-body table.property-table td {
712+
dd.field-odd table.property-table td {
713713
padding: 2px 10px;
714714
border-width: 1px 0px;
715715
border-color: #ccc;
716716
}
717717

718-
td.field-body table.property-table tr:last-of-type td {
718+
dd.field-odd table.property-table tr:last-of-type td {
719719
border-bottom-color: #888;
720720
}
721721

@@ -806,16 +806,16 @@ table.docutils.field-list {
806806
vertical-align: top;
807807
width: 125px;
808808
}
809-
.docutils.field-list td.field-body {
809+
.docutils.field-list dd.field-odd {
810810
padding: 10px 10px 10px 20px;
811811
text-align: left;
812812
vertical-align: top;
813813
}
814-
.docutils.field-list td.field-body blockquote p {
814+
.docutils.field-list dd.field-odd blockquote p {
815815
font-size: 13px;
816816
line-height: 18px;
817817
}
818-
.docutils.field-list td.field-body blockquote p ul li{
818+
.docutils.field-list dd.field-odd blockquote p ul li{
819819
font-size: 13px;
820820
}
821821

0 commit comments

Comments
 (0)