:가로 목차/styles.css

위키백과, 우리 모두의 백과사전.
/* {{가로 목차}} 틀 사용 시 세로로 출력되는 문제 수정 (크롬/오페라)
영어 위키백과에서 가져옴 Ykhwong 2015년 12월 4일 */
.hlist .tocnumber,
.hlist .toctext {
    display: inline;
}

.horizontal-toc-align-right {
	float: right;
}

.horizontal-toc-align-left {
	float: left;
}

.horizontal-toc-align-center {
	clear: none;
}

.horizontal-toc-align-center .toc {
	margin-left: auto;
	margin-right: auto;
}

.horizontal-toc-clear-right {
	clear: right;
}

.horizontal-toc-clear-left {
	clear: left;
}

.horizontal-toc-clear-both {
	clear: both;
}

.horizontal-toc-clear-none {
	clear: none;
}