MediaWiki:Common.css: Difference between revisions
fixed, had it below media |
move table css |
||
Line 30: | Line 30: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 0.5em; | padding: 0.5em; | ||
width: | width: 24em; | ||
} | } | ||
Line 36: | Line 36: | ||
font-size: 2em; | font-size: 2em; | ||
text-align: center; | text-align: center; | ||
border-bottom: | border-bottom: 0.2em solid #ccc; | ||
padding-bottom: .25em; | padding-bottom: .25em; | ||
} | } | ||
Line 45: | Line 45: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
} | |||
.infobox-table{ | |||
width:100%; | |||
table-layout:fixed; | |||
} | |||
.infobox-table td{ | |||
word-wrap:break-word; | |||
text-align: left; | |||
} | |||
.infobox-table th{ | |||
text-align: left; | |||
} | |||
.infobox-table-caption{ | |||
border-bottom: 0.1em solid #ccc; | |||
font-size:125%; | |||
} | } | ||