사용자: 최근글스킨

This commit is contained in:
whitedot
2013-02-04 16:48:31 +09:00
parent cb5dd421b0
commit a26d6ed30d
2 changed files with 3 additions and 3 deletions

View File

@ -333,11 +333,11 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f
#profile h2 {margin:0} #profile h2 {margin:0}
/* 최근게시물 스킨 (latest) */ /* 최근게시물 스킨 (latest) */
.lt {float:left;margin-bottom:20px;padding:20px;width:313px;height:149px} .lt {float:left;margin-bottom:20px;padding:20px;width:314px;height:149px;border-right:1px solid #ddd;border-bottom:1px solid #ddd}
.lt ul {margin:0;padding:0;list-style:none} .lt ul {margin:0;padding:0;list-style:none}
.lt li {padding:3px 0} .lt li {padding:3px 0}
.lt a {color:#000;text-decoration:none} .lt a {color:#000;text-decoration:none}
.lt_title {display:block;margin-bottom:20px;text-align:center} .lt_title {display:block;margin-bottom:20px}
.lt_more {text-align:right} .lt_more {text-align:right}
.lt_more a {display:block} .lt_more a {display:block}

View File

@ -2,7 +2,7 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?> ?>
<div class="lt cbg"> <div class="lt">
<strong class="lt_title"><a href="<?=G4_BBS_URL?>/board.php?bo_table=<?=$bo_table?>"><?=$bo_subject?></a></strong> <strong class="lt_title"><a href="<?=G4_BBS_URL?>/board.php?bo_table=<?=$bo_table?>"><?=$bo_subject?></a></strong>
<ul> <ul>
<? for ($i=0; $i<count($list); $i++) { ?> <? for ($i=0; $i<count($list); $i++) { ?>