MediaWiki:Common.css: Różnice pomiędzy wersjami
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 | .person-infobox .infobox-row:empty { | ||
display: none; | display: none; | ||
} | } | ||