사용자: 게시판스킨 글읽기 작업 중 메인화면 최신글 스크립트 삭제

This commit is contained in:
whitedot
2013-01-24 16:13:03 +09:00
parent 741075e000
commit 256779b133
2 changed files with 92 additions and 7 deletions

View File

@ -22,12 +22,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
?>
<!-- 메인화면 최신글 끝 -->
<script>
$(function() {
$(".lt:odd").css("margin-left", "20px");
});
</script>
<?
include_once('./_tail.php');
?>