틀: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)))
잔글 (wikipedia:en:Template:TOC_right/styles.css에서 판 3개를 가져왔습니다: style import first)
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* {{pp-template}} */
.tocright {
.tocright {
float: right;
float: right;

2021년 1월 1일 (금) 08:42 기준 최신판

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