Template:TOC left/sandbox/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Great Brightstar at 07:21, 6 April 2021 (Created page with ': @media all and (max-width:720px) { .tocleft { display:none; } } .tocleft { float: left; clear: left; width: auto; margin-bottom: .5em; margin-rig...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/*  */
@media all and (max-width:720px) {
	.tocleft {
		display:none;
	}
}
.tocleft {
	float: left;
	clear: left;
	width: auto;
	margin-bottom: .5em;
	margin-right: 1em;
}

.tocleft-clear-both {
	clear: both;
}

.tocleft-clear-none {
	clear: none;
}