편집 요약 없음 태그: 되돌려진 기여 |
편집 요약 없음 태그: 되돌려진 기여 |
||
| 9번째 줄: | 9번째 줄: | ||
.liberty-content-header .content-tools { | .liberty-content-header .content-tools { | ||
position: relative; | position: relative; | ||
margin-top: 10px; /* 제목과 content-tools 사이 간격 */ | margin-top: 10px !important; /* 제목과 content-tools 사이 간격 */ | ||
margin-bottom: 10px; /* content-tools와 본문 사이 간격 */ | margin-bottom: 10px !important; /* content-tools와 본문 사이 간격 */ | ||
} | } | ||
.liberty-content-header { | .liberty-content-header { | ||
display: flex; | display: flex !important; | ||
flex-direction: column; | flex-direction: column; | ||
align-items: flex-start; | align-items: flex-start; | ||
} | } | ||
2024년 12월 2일 (월) 15:48 판
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }
.content-wrapper {
margin-top: 72px !important; /* 본문 위쪽 간격 */
}
.liberty-content-header .content-tools {
position: relative;
margin-top: 10px !important; /* 제목과 content-tools 사이 간격 */
margin-bottom: 10px !important; /* content-tools와 본문 사이 간격 */
}
.liberty-content-header {
display: flex !important;
flex-direction: column;
align-items: flex-start;
}