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

Z HarcWiki
Przejdź do nawigacji Przejdź do wyszukiwania
Created page with "CSS placed here will be applied to all skins: Hide empty rows in the Person infobox: .person-infobox tr:has(td:empty) { display: none; }"
 
Nie podano opisu zmian
 
Linia 1: Linia 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Hide empty rows in the Person infobox */
/* Hide empty rows in the Person infobox */
.person-infobox tr:has(td:empty) {
.person-infobox .infobox-row:empty {
     display: none;
     display: none;
}
}

Aktualna wersja na dzień 13:23, 26 lip 2026

/* CSS placed here will be applied to all skins */
/* Hide empty rows in the Person infobox */
.person-infobox .infobox-row:empty {
    display: none;
}