MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
div.global-biography { | div.global-biography { | ||
display: flex; | display: flex; | ||
flex-direction: | flex-direction: column; | ||
width: 22em; | |||
float: right; | float: right; | ||
clear: right; | |||
& td:first-child { font-weight: bold; } | & td:first-child { font-weight: bold; } | ||
& tr { gap: 1rem; } | & tr { gap: 1rem; } | ||
} | } |