Template:TOC left/styles.css: Difference between revisions

From Vigyanwiki
< Template:TOC left
(Created page with "→‎{{pp-template}}: @media all and (max-width: 720px) { .tocleft { width: 100% !important; →‎override inline width: } } @media all and (min-width: 720px) { .tocleft...")
 
m (1 revision imported from alpha:Template:TOC_left/styles.css)
 
(No difference)

Latest revision as of 17:52, 4 July 2023

/* {{pp-template}} */
@media all and (max-width: 720px) {
	.tocleft {
		width: 100% !important; /* override inline width */
	}
}
@media all and (min-width: 720px) {
	.tocleft {
		float: left;
		clear: left;
		width: auto;
		margin: 0 1em 0.5em 0;
	}
	
	.tocleft-clear-both {
		clear: both;
	}
	
	.tocleft-clear-none {
		clear: none;
	}
}