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

Revi HQ
(create stylesheet for toc)
 
잔글 (Protected "Template:TOC right/styles.css": Highly visible template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(차이 없음)

2018년 12월 9일 (일) 01:10 판

.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;
}