페이지 #236 처리

This commit is contained in:
whitedot
2013-02-04 10:10:20 +09:00
parent 9574eee595
commit 13e0dbc3b9
2 changed files with 3 additions and 3 deletions

View File

@ -494,8 +494,8 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f
.sv_guest {font-weight:bold}
/* pagination */
.pg {clear:both;margin:0 0 20px;padding-top:20px;text-align:center}
.pg_wrap {display:inline-block;border:1px solid #ddd;letter-spacing:-4px}
.pg_wrap {clear:both;margin:0 0 20px;padding-top:20px;text-align:center}
.pg {display:inline-block;border:1px solid #ddd;letter-spacing:-4px}
.pg_page,
.pg_current {display:inline-block;padding:0 12px;height:30px;color:#000;letter-spacing:0;line-height:2.6em;vertical-align:middle}
.pg_page {background:#f9f9f9;text-decoration:none}

View File

@ -48,7 +48,7 @@ function get_paging($write_pages, $cur_page, $total_page, $url, $add="")
}
if ($str)
return "<div class=\"pg\"><span class=\"pg_wrap\">{$str}</span></div>";
return "<div class=\"pg_wrap\"><span class=\"pg\">{$str}</span></div>";
else
return "";
}