"미디어위키:Common.css"의 두 판 사이의 차이
								
								둘러보기로 가기
				검색하러 가기
				
				
							
								
							
		| 9번째 줄: | 9번째 줄: | ||
| .mw-body-content p { | .mw-body-content p { | ||
| − |    margin:  | + |    margin: 1.0em; | 
| } | } | ||
2019년 7월 20일 (토) 14:49 판
/* 이 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%;
}
.mw-body-content p {
  margin: 1.0em;
}
/* 20190706: to make images responsive */
.res-img img {
	max-width:100%;
	height:auto;
}

