MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,558:
 
/* caption = the table's TITLE in the h6 voice (bold body text, no
uppercase/letter-spacing — the old eyebrow treatment is retired here):. */
matches .mw-body-content h6 exactly, incl. the tight 0.2em gap h6
keeps before a following table. */
table.wikitable caption {
font-family: var(--ed-font);
Line 1,567 ⟶ 1,565:
color: var(--text-dark);
text-align: left;
padding-bottom: 0.2em5em; /* CALIBRATION: caption→grid air (~8.5px at 17px;
was 0.2em = too tight per user) */
}