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

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


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

Verze z 24. 2. 2025, 12:06

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

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