2012.10.12 18:54:28 (*.230.188.225)
28,322
특히 1.7.0.0으로의 업데이트 후 위젯이나 게시판 등 곳곳에서 갑자기 커진 폰트 때문에 당황하셨을 회원님이 계실겁니다.
이럴 땐
common/css/xe.min.css 그리고 common/css/xe.css 에서
body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:13px}을
body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:12px}로 수정하면 되겠습니다.
최근 수정일 : 2012-10-14 00:37:30 - 백성찬(白星燦)
글 작성한 곳 :
2012.10.12 20:04:32 (*.230.188.225)
common/css/xe.min.css에서
#popup_menu_area a:avtive,라고 있습니다. 철자 오류가 보이네요... 이걸
#popup_menu_area a:active,로 고쳐 주셔야 하겠네요.
글 작성한 곳 :
2012.10.13 22:02:34 (*.230.188.225)
형님 이 #popup_menu_area a:avtive 가 여러 곳에서 동일하게 보이네요^^ 모두 #popup_menu_area a:active, 로 수정하셔야 할 것 같습니다^^
정보 감사합니다. 팁 게시판으로 이동합니다.