MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1,490: | Line 1,490: | ||
grid-auto-flow: column; | grid-auto-flow: column; | ||
grid-template-rows: repeat(4, auto); | grid-template-rows: repeat(4, auto); | ||
justify-content: start; | justify-content: start; | ||
align- | align-content: start; | ||
column-gap: 10px; | column-gap: 10px; | ||
row-gap: | row-gap: 2px; | ||
margin: 8px 0; | margin: 8px 0; | ||
} | } | ||
/* | /* kill MediaWiki paragraph wrapper completely */ | ||
.ooo-extlinks-grid | .ooo-extlinks-grid p { | ||
display: contents; | display: contents; | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | |||
} | } | ||
/* remove random breaks */ | |||
.ooo-extlinks-grid br { | .ooo-extlinks-grid br { | ||
display: none; | display: none; | ||
} | } | ||
/* | /* normalize items */ | ||
.ooo-extlinks-grid .ooo-extlink { | .ooo-extlinks-grid .ooo-extlink { | ||
display: block; | display: block; | ||