Template:Infobox person/styles.css: Difference between revisions
Appearance
Blanked the page |
mNo edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
.infobox { | |||
border-collapse: collapse; | |||
margin: 0 auto 1em auto; | |||
} | |||
.infobox th, | |||
.infobox td { | |||
vertical-align: top; | |||
} | |||
.infobox th { | |||
text-align: left; | |||
font-weight: bold; | |||
} | |||
.infobox img { | |||
border-radius: 4px; | |||
} |
Revision as of 21:33, 8 October 2025
.infobox {
border-collapse: collapse; margin: 0 auto 1em auto;
}
.infobox th, .infobox td {
vertical-align: top;
}
.infobox th {
text-align: left; font-weight: bold;
}
.infobox img {
border-radius: 4px;
}