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

Z Manta
Přejít na:navigace, hledání
Bez shrnutí editace
Bez shrnutí editace
Řádek 4: Řádek 4:
}
}


.res-img img {
.res-img figure img {
max-width:100%;
max-width:100%;
height:auto;
height:auto;
margin:0;
}
}

Verze z 24. 2. 2025, 12:05

/* Zde uvedené CSS bude ovlivňovat všechny vzhledy */
.hide-toc {
    display: none !important;
}

.res-img figure img {
	max-width:100%;
	height:auto;
	margin:0;
}