Akcje

MediaWiki

Common.css: Różnice pomiędzy wersjami

Z Ludzie Morza

Linia 9: Linia 9:
.mw-parser-output .two-columns-right {
.mw-parser-output .two-columns-right {
  flex: 1 60ex;
  flex: 1 60ex;
margin-left: 3ex;
margin-right: 3ex;
}
}

Wersja z 22:59, 21 cze 2022

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */

.mw-parser-output .two-columns {
 display: flex;
 flex-wrap: wrap;
}

.mw-parser-output .two-columns-left,
.mw-parser-output .two-columns-right {
 flex: 1 60ex;
 margin-left: 3ex;
 margin-right: 3ex;
}