MediaWiki:Common.css: Difference between revisions
imported>Samueldr m oh, those can't be first-child! |
imported>Samueldr m makes infobox more cozy |
||
| Line 60: | Line 60: | ||
margin-left: 1rem; | margin-left: 1rem; | ||
margin-bottom: 1rem; | margin-bottom: 1rem; | ||
font-size: 1.2rem; | |||
} | } | ||
} | } | ||
| Line 75: | Line 76: | ||
text-align: center; | text-align: center; | ||
background: #eee; | background: #eee; | ||
} | |||
.table.infobox > tbody > tr > td, | |||
.table.infobox > tbody > tr > th, | |||
.table.infobox > tfoot > tr > td, | |||
.table.infobox > tfoot > tr > th, | |||
.table.infobox > thead > tr > td, | |||
.table.infobox > thead > tr > th { | |||
padding: 0.5rem; | |||
} | } | ||