diff --git a/css/default.css b/css/default.css index 9bb108638..53c5121e7 100644 --- a/css/default.css +++ b/css/default.css @@ -45,7 +45,7 @@ hr {display:none} /* 중간 레이아웃 */ #wrapper {margin:0 auto;padding-bottom:30px;width:980px;zoom:1} #wrapper:after {display:block;visibility:hidden;clear:both;content:""} -#wrapper_title {font-size:1.2em} +#wrapper_title {margin-bottom:20px;font-size:1.2em} #lnb {float:right;width:220px} #container {float:left;width:730px;zoom:1} #container:after {display:block;visibility:hidden;clear:both;content:""} @@ -100,7 +100,8 @@ tfoot td {border-color:#c9c9c9;background:#f9f9f5;font-weight:bold;text-align:ce caption {padding:0 0 10px;text-align:left} th {padding:12px 0 8px;border-top:3px solid #484848;border-bottom:1px solid #a9a9a9} th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} +td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;word-break:break-all} +table a {color:#000;text-decoration:none} .empty_table {padding:85px 0;text-align:center} /* 폼 테이블 */ @@ -125,7 +126,7 @@ td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9 .td_board {width:120px;text-align:center} .td_num {width:50px;text-align:center} .td_bignum {width:80px;text-align:center} -.td_mb_id {width:120px;text-align:center} +.td_mb_id {width:100px;text-align:center} .td_nick {width:100px;text-align:center} .td_name {width:100px;text-align:left} .td_name div {position:relative} @@ -174,7 +175,7 @@ td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9 #poll li {padding:3px 0} #poll footer {padding:0 14px 14px;text-align:right} -/* 최근게시물 스킨 */ +/* 최근게시물 스킨 (latest) */ .lt {float:left;margin-bottom:20px;padding:20px;width:314px;height:149px;border-right:1px solid #ececec;border-bottom:1px solid #ececec;background:#fff} .lt ul {margin:0;padding:0;list-style:none} .lt li {padding:3px 0} @@ -183,6 +184,10 @@ td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9 .lt_more {text-align:center} .lt_more a {display:block} +/* 최근게시물 스킨 (new) */ +#new_sch {margin-bottom:10px;text-align:right} +#new_sch legend {width:0;height:0;overflow:hidden} + /* 전체검색결과 스킨 */ #sch_result_detail {margin:0;padding:15px 0;border:0;text-align:right} #sch_result {padding:10px 0 0 0;border-top:1px solid #ddd;background:url('../img/sch_result_bg.jpg') repeat-y} diff --git a/skin/new/neo/new.skin.php b/skin/new/neo/new.skin.php index de1d179ad..d9eb740d3 100644 --- a/skin/new/neo/new.skin.php +++ b/skin/new/neo/new.skin.php @@ -3,17 +3,18 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> -
-