MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 27: | Line 27: | ||
td.navbox-list li { display: inline; padding-left: 4px; white-space: nowrap; } | td.navbox-list li { display: inline; padding-left: 4px; white-space: nowrap; } | ||
td.navbox-list li:before { content: "•"; padding-right: 4px; } | td.navbox-list li:before { content: "•"; padding-right: 4px; } | ||
Line 50: | Line 39: | ||
gap: var(--tile-gap); | gap: var(--tile-gap); | ||
margin: 0 auto; | margin: 0 auto; | ||
max-width: | max-width: 100%; | ||
width: fit-content; | |||
} | } | ||
Line 98: | Line 88: | ||
border-top: 1px solid var(--border-color-muted); | border-top: 1px solid var(--border-color-muted); | ||
height: 100%; | height: 100%; | ||
} | |||
.tile-title span { | |||
padding: 0.25rem 0.5rem; | |||
} | } | ||