Ugrás a tartalomhoz

„Sablon:Col-float/styles.css” változatai közötti eltérés

Innen: TrashWiki
This 30em was overriding the width setting in the template and also breaking some pages even without width being set
 
a 1 változat importálva
 
(Nincs különbség)

A lap jelenlegi, 2025. január 21., 07:24-kori változata

/* {{pp-template}} */
@media all and ( max-width: 720px ) {
	.multicol-float {
		width: auto !important;
	}
}
.multicol-float {
	clear: none;
	float: left;
}
.multicol-float-clear {
	clear: both;
}