CodeColor Plugin 적용 2013년 11월 22일 by YongPwi 1 Comment 그동안 다른 블로그에서 보았던 코드들이 보통 Plugin 을 적용하여서 작성된걸 알고 나도 적용,,, 문법이 생각보다 있어서 얼마나 쓰게 될지는 모르겠지만,,, 1var today = new Date();
YongPwi 2013년 11월 22일 at 4:46 오후 Omega 테마와 CodeColor의 css 가 충돌하네,,, Omega 의 style.css 에 table margin-bottom: 25px; 때문이라,,, 난 쿨하게 Custom CSS에 table { margin-bottom: 0px; } 적용,,, 응답
YongPwi
Omega 테마와 CodeColor의 css 가 충돌하네,,,
Omega 의 style.css 에 table margin-bottom: 25px; 때문이라,,,
난 쿨하게 Custom CSS에
table {
margin-bottom: 0px;
}
적용,,,