More actions
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
font-weight: var(--font-weight-semibold); | font-weight: var(--font-weight-semibold); | ||
line-height: var(--line-height-sm); | line-height: var(--line-height-sm); | ||
} | |||
.infobox-in-di .infobox tr th:first-child { | |||
padding-left: 0; | |||
} | } | ||
.infobox-in-di .infobox tr th:last-child { | .infobox-in-di .infobox tr th:last-child { | ||
padding-right: 0; | padding-right: 0; | ||
} | } |
Revision as of 01:34, 9 November 2024
.infobox-in-di {
border: none !important;
background: inherit !important;
box-shadow: none !important;
font-size: inherit !important;
margin-bottom: 0 !important;
float: unset !important;
width: 100% !important;
padding: inherit !important;
}
.infobox-in-di .infobox-header {
text-align: left;
font-size: var(--font-size-medium);
font-weight: var(--font-weight-semibold);
line-height: var(--line-height-sm);
}
.infobox-in-di .infobox tr th:first-child {
padding-left: 0;
}
.infobox-in-di .infobox tr th:last-child {
padding-right: 0;
}