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

Adding protection template
 
CleanupBot (talk | contribs)
m Remove protection template from unprotected page
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* {{pp-template}} */
/* */
.tocright {
.tocright {
float: right;
float: right;

Latest revision as of 19:52, 17 April 2021

/*  */
.tocright {
	float: right;
	clear: right;
	width: auto;
	background: none;
	padding: .5em 0 .8em 1.4em;
	margin-bottom: .5em; 
}
.tocright-clear-left {
	clear: left;
}
.tocright-clear-both {
	clear: both;
}
.tocright-clear-none {
	clear: none;
}