미디어위키:Paper.css: 두 판 사이의 차이

(새 문서: →‎위키 이미지 크기 작아지는 문제 수정 2015-04-17 koreapyj: div.thumbinner { font-size: inherit; } html .thumbcaption { font-size: inherit; })
 
편집 요약 없음
1번째 줄: 1번째 줄:
/* 위키 이미지 크기 작아지는 문제 수정 2015-04-17 koreapyj */
/* 위키 이미지 캡션 글자 크기 작아지는 문제 수정 2015-04-17 koreapyj */


div.thumbinner {
div.thumbinner,
html .thumbcaption {
   font-size: inherit;
   font-size: inherit;
}
}


html .thumbcaption {
/* 목차 글자 크기 조절 2015-04-17 koreapyj */
#toc, .toc, #toc .toctoggle, .toc .toctoggle {
   font-size: inherit;
   font-size: inherit;
}
}

2015년 4월 17일 (금) 21:23 판

/* 위키 이미지 캡션 글자 크기 작아지는 문제 수정 2015-04-17 koreapyj */

div.thumbinner, 
html .thumbcaption {
  font-size: inherit;
}

/* 목차 글자 크기 조절 2015-04-17 koreapyj */
#toc, .toc, #toc .toctoggle, .toc .toctoggle {
  font-size: inherit;
}