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).
via --ed-measure (the same token that caps the prose), so it ends exactly where
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);
height: 1px;
background: var(--ed-faint);
| |||