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

편집 요약 없음
편집 요약 없음
 
1번째 줄: 1번째 줄:
.namulist-template ul {
.namulist-template ul {
margin: .2em 0 .2em 1.5em;
margin: .2em 0 .2em 1.5em!important;
padding-left: .5rem;
padding-left: .5rem!important;
list-style-type: disc;
list-style-type: disc;
list-style-image: none;
list-style-image: none;
}
}
.namulist-template ol {
.namulist-template ol {
margin: .2em 0 .2em 1.5em;
margin: .2em 0 .2em 1.5em!important;
padding-left: .5rem;
padding-left: .5rem!important;
}
}
.namulist-template li {
.namulist-template li {
margin: .2em 0;
margin: .2em 0!important;
}
}
.namulist-template ul ul {
.namulist-template ul ul {

2023년 7월 7일 (금) 09:22 기준 최신판

.namulist-template ul {
	margin: .2em 0 .2em 1.5em!important;
	padding-left: .5rem!important;
	list-style-type: disc;
	list-style-image: none;
}
.namulist-template ol {
	margin: .2em 0 .2em 1.5em!important;
	padding-left: .5rem!important;
}
.namulist-template li {
	margin: .2em 0!important;
}
.namulist-template ul ul {
	list-style-type: circle;
	list-style-image: none;
}
.namulist-template ul ul ul {
	list-style-type: square;
	list-style-image: none;
}