MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,544:
}
/* a QUIET rule under the heading — marks it as a section start without competing
with the full ink rules on h1/h2 (muted + thin). ItsIt width matchesspans the TOC'sBODY-TEXT column
via --ed-measure (the same token that caps the prose), so it ends exactly where
"CONTENTS" rule (~the sidebar column width) for a cross-column rhyme. */
the paragraphs do — and adapts to the infobox / to full width on mobile. */
.mw-body-content h3::after,
.skin-minerva .content h3::after {
content: "";
display: block;
width: var(--ed-measure);
width: 12rem; /* = the TOC column width; tune to taste */
height: 1px;
background: var(--ed-faint);