틀:TOC right/styles.css: 두 판 사이의 차이

Revi HQ
내용 추가됨 내용 삭제됨
잔글 (Protected "Template:TOC right/styles.css": Highly visible template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(Adding protection template)
1번째 줄: 1번째 줄:
/* {{pp-template}} */
.tocright {
.tocright {
float: right;
float: right;

2019년 3월 4일 (월) 09:02 판

/* {{pp-template}} */
.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;
}