Toggle menu
Toggle preferences menu
Toggle personal menu
Nejste přihlášen(a)
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Porovnání verzí

MediaWiki interface page
Bez shrnutí editace
Bez shrnutí editace
Řádek 14: Řádek 14:


.mw-heading > :is(h1,h2,h3,h4,h5,h6) {
.mw-heading > :is(h1,h2,h3,h4,h5,h6) {
  margin: 0;
align-items: end;
  padding-bottom: 2px;
}
}

Verze z 9. 10. 2025, 18:02

.mw-parser-output p { margin: .0em 0; }

.mw-heading {
  display: flex;
  align-items: flex-end !important;
  gap: .5rem;
}

.mw-heading .citizen-section-indicator,
.mw-heading .mw-editsection {
  align-self: center;
  line-height: 1;
}

.mw-heading > :is(h1,h2,h3,h4,h5,h6) {
 align-items: end;
}