틀:정보상자/styles.css: 두 판 사이의 차이

(새 문서: .infobox[style*="solid"] th, .infobox[style*="solid"] td { border-right:none !important; border-left:none !important; } .infobox[style*="solid"] tr:first-child th { border-top:none !important; border-radius: 3px 3px 0 0 !important; } .infobox[style*="solid"] tr:last-child th, .infobox[style*="solid"] tr:last-child td { border-bottom:none !important; } .infobox[style*="solid"] tr:last-child th { border-radius: 0 0 0 4px !important; })
 
(햄린이님이 틀:정보상자/styles.css 문서의 콘텐츠 모델을 "위키텍스트"에서 "세니타이즈드 CSS"(으)로 바꾸었습니다)
태그: 콘텐츠 모델 변경
 
(차이 없음)

2022년 1월 19일 (수) 13:07 기준 최신판

.infobox[style*="solid"] th, .infobox[style*="solid"] td {
	border-right:none !important;
	border-left:none !important;
}

.infobox[style*="solid"] tr:first-child th {
	border-top:none !important;
	border-radius: 3px 3px 0 0 !important;
}

.infobox[style*="solid"] tr:last-child th, .infobox[style*="solid"] tr:last-child td {
	border-bottom:none !important;
}

.infobox[style*="solid"] tr:last-child th {
	border-radius: 0 0 0 4px !important;
}