Template:Col-float/styles.css: Difference between revisions

From The Maceys in California
Created page with "{{pp-template}}: @media all and ( max-width: 720px ) { .multicol-float { float: none !important; width: auto !important; min-width: auto !important; } } .multicol-float { clear: none; float: left; } .multicol-float-clear { clear: both; }"
 
Lynn changed the content model of the page Template:Col-float/styles.css from "wikitext" to "Sanitized CSS"
 
(No difference)

Latest revision as of 21:57, 26 January 2026

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