"미디어위키:Common.css"의 두 판 사이의 차이
								
								둘러보기로 가기
				검색하러 가기
				
				
							
								
							
		| 2번째 줄: | 2번째 줄: | ||
| /* 20190720: set a proper font */ | /* 20190720: set a proper font */ | ||
| − | + | #mw-body-content { | |
|    font-family: Tahoma, Geneva, sans-serif, "Spoqa Han Sans", sans-serif; |    font-family: Tahoma, Geneva, sans-serif, "Spoqa Han Sans", sans-serif; | ||
| − | |||
| − | |||
| − | |||
|    font-size: 1.0em; |    font-size: 1.0em; | ||
| + |   line-height: 180%; | ||
| } | } | ||
2019년 7월 20일 (토) 14:47 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 20190720: set a proper font */
#mw-body-content {
  font-family: Tahoma, Geneva, sans-serif, "Spoqa Han Sans", sans-serif;
  font-size: 1.0em;
  line-height: 180%;
}
/* 20190706: to make images responsive */
.res-img img {
	max-width:100%;
	height:auto;
}

