From d01d96825097084ac4112660779bf6a7bb7bcfbf Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 20 Feb 2013 09:43:30 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A6=AC?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=2023,=20=EA=B2=8C=EC=8B=9C=ED=8C=90?= =?UTF-8?q?=EC=8A=A4=ED=82=A8=20=EC=9D=BD=EA=B8=B0=20=ED=83=80=EC=9D=B4?= =?UTF-8?q?=ED=8B=80=20=EB=B0=8F=20=EC=B2=A8=EB=B6=80=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 24 +++++++++++++++++------- skin/board/basic/view.skin.php | 30 +++++++++++++++--------------- 2 files changed, 32 insertions(+), 22 deletions(-) diff --git a/css/default.css b/css/default.css index 52d3155e1..28bd338dd 100644 --- a/css/default.css +++ b/css/default.css @@ -100,9 +100,6 @@ a:active {color:#000;text-decoration:underline} .btn02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #4e5d60 !important;background:#4e5d60 !important;color:#fff !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle} .btn02:focus, .btn02:hover {text-decoration:none !important} -.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c !important;background:#e8180c !important;color:#fff !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */ -.btn_admin:focus, -.btn_admin:hover {text-decoration:none !important} .btn_confirm {text-align:center} /* 서식단계 진행 */ .btn_submit {padding:0 10px;height:24px;border:0;background:#4e5d60;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em} @@ -449,11 +446,11 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f #bo_sch legend {width:0;height:0;overflow:hidden} /* 게시판 읽기 */ -#bo_v_title {margin:0;padding:0 0 10px;color:#999;font-weight:bold;line-height:1em} - #bo_v {margin-bottom:20px;padding-bottom:20px} -#bo_v_h1 {margin:0 0 15px;font-size:1.2em} +#bo_v_h1 {margin:0 0 5px;font-size:1.2em} + +#bo_v_cate {margin:0;padding:0 0 10px;color:#999;font-weight:bold;line-height:1em} #bo_v_info {padding:10px 0 9px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8} #bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden} @@ -494,9 +491,11 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f #bo_v_atc {min-height:200px;height:auto !important;height:200px} #bo_v_atc h1 {margin:0;padding:0;height:0;overflow:hidden} + #bo_v_img {margin:0 0 10px;width:730px;overflow:hidden:zoom:1} #bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} -#bo_v_img img {max-width:100%;height:auto} +#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto} + #bo_v_con {margin-bottom:30px;width:730px;line-height:1.7em;word-break:break-all;overflow:hidden} #bo_v_con a {color:#000;text-decoration:underline} #bo_v_con img {max-width:100%;height:auto} @@ -543,6 +542,17 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f #bo_vc form {padding:0} +/* 게시판용 버튼 */ +.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle} +.btn_b01:focus, +.btn_b01:hover {text-decoration:none !important} +.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle} +.btn_b02:focus, +.btn_b02:hover {text-decoration:none !important} +.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c !important;background:#e8180c !important;color:#fff !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */ +.btn_admin:focus, +.btn_admin:hover {text-decoration:none !important} + /* 사이드뷰 */ .sv_wrap {display:inline-block;position:relative;font-weight:normal} .sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#334356} diff --git a/skin/board/basic/view.skin.php b/skin/board/basic/view.skin.php index 3be6d0ff5..d54a0678e 100644 --- a/skin/board/basic/view.skin.php +++ b/skin/board/basic/view.skin.php @@ -3,15 +3,15 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 include_once(G4_LIB_PATH.'/thumbnail.lib.php'); ?> -

- - -

-

+

+ + +

+

게시물 정보

작성자 @@ -27,20 +27,20 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); ?> Date: Wed, 20 Feb 2013 09:45:17 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A6=AC?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=2023,=20=EA=B2=8C=EC=8B=9C=ED=8C=90?= =?UTF-8?q?=EC=8A=A4=ED=82=A8=20=EB=B2=84=ED=8A=BC=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/basic/list.skin.php | 8 ++++---- skin/board/basic/view.skin.php | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/skin/board/basic/list.skin.php b/skin/board/basic/list.skin.php index 877a891fe..89d933507 100644 --- a/skin/board/basic/list.skin.php +++ b/skin/board/basic/list.skin.php @@ -30,9 +30,9 @@ if ($is_nogood) $colspan++;
@@ -117,7 +117,7 @@ if ($is_nogood) $colspan++;
diff --git a/skin/board/basic/view.skin.php b/skin/board/basic/view.skin.php index d54a0678e..ea0b81c78 100644 --- a/skin/board/basic/view.skin.php +++ b/skin/board/basic/view.skin.php @@ -143,9 +143,9 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
- 스크랩 - 추천 - 비추천 + 스크랩 + 추천 + 비추천
From b5953eb3c94e8ecc0b9a4d1d4755f4bea2e11e54 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 20 Feb 2013 10:08:51 +0900 Subject: [PATCH 3/5] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A6=AC?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=2023,=20=EA=B2=8C=EC=8B=9C=ED=8C=90?= =?UTF-8?q?=EC=8A=A4=ED=82=A8=20=EC=9D=BD=EA=B8=B0=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=9E=A9=20=EC=83=88=EC=B0=BD=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- skin/member/basic/scrap_popin.skin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index 28bd338dd..0e6c941dd 100644 --- a/css/default.css +++ b/css/default.css @@ -165,7 +165,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f /* 새창 기본 스타일 */ .new_win {} .new_win h1 {margin-bottom:20px;padding:0 20px;height:60px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em;line-height:5em} -.new_win table {margin:0 auto 20px;width:93%;background:#fff} +.new_win table {margin:0 auto 20px !important;width:93% !important;background:#fff !important} .new_win_ul {margin:-20px 0 20px 0;padding:0 0 0 20px;border-bottom:1px solid #455255;background:#4e5d60;list-style:none;zoom:1} .new_win_ul:after {display:block;visibility:hidden;clear:both;content:""} .new_win_ul li {float:left;margin-left:-1px} diff --git a/skin/member/basic/scrap_popin.skin.php b/skin/member/basic/scrap_popin.skin.php index 27e9c8b0c..117d473c1 100644 --- a/skin/member/basic/scrap_popin.skin.php +++ b/skin/member/basic/scrap_popin.skin.php @@ -23,7 +23,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -

+

스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다.

From 6bf06270c032c179f131a70aaadfee900081b84e Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 20 Feb 2013 10:31:57 +0900 Subject: [PATCH 4/5] =?UTF-8?q?=ED=98=84=EC=9E=AC=20=EC=8B=9C=EA=B0=84?= =?UTF-8?q?=EC=9D=84=20=EC=83=81=EC=88=98=EB=A1=9C=20=EC=A0=81=EC=9A=A9=20?= =?UTF-8?q?G4=5FSERVER=5FTIME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.lib.php | 2 +- adm/index.php | 4 ++-- adm/member_list.php | 4 ++-- bbs/login_check.php | 4 ++-- bbs/memo.php | 2 +- bbs/register_form.php | 2 +- bbs/register_form_update.php | 2 +- bbs/write_comment_update.php | 4 ++-- bbs/write_update.php | 12 ++---------- common.php | 5 ----- lib/common.lib.php | 4 ++-- lib/mailer.lib.php | 6 +++--- skin/member/basic/register_form.skin.php | 6 +++--- tail.sub.php | 2 +- 14 files changed, 23 insertions(+), 36 deletions(-) diff --git a/adm/admin.lib.php b/adm/admin.lib.php index f52a0b4cb..84ebacf80 100644 --- a/adm/admin.lib.php +++ b/adm/admin.lib.php @@ -58,7 +58,7 @@ function member_delete($mb_id) } // 회원자료는 정보만 없앤 후 아이디는 보관하여 다른 사람이 사용하지 못하도록 함 : 061025 - $sql = " update {$g4['member_table']} set mb_jumin = '', mb_password = '', mb_level = 1, mb_email = '', mb_homepage = '', mb_password_q = '', mb_password_a = '', mb_tel = '', mb_hp = '', mb_zip1 = '', mb_zip2 = '', mb_addr1 = '', mb_addr2 = '', mb_birth = '', mb_sex = '', mb_signature = '', mb_memo = '".date('Ymd',$g4['server_time'])." 삭제함".PHP_EOL."{$mb['mb_memo']}', mb_leave_date = '".date('Ymd',$g4['server_time'])."' where mb_id = '{$mb_id}' "; + $sql = " update {$g4['member_table']} set mb_jumin = '', mb_password = '', mb_level = 1, mb_email = '', mb_homepage = '', mb_password_q = '', mb_password_a = '', mb_tel = '', mb_hp = '', mb_zip1 = '', mb_zip2 = '', mb_addr1 = '', mb_addr2 = '', mb_birth = '', mb_sex = '', mb_signature = '', mb_memo = '".date('Ymd', G4_SERVER_TIME)." 삭제함".PHP_EOL."{$mb['mb_memo']}', mb_leave_date = '".date('Ymd', G4_SERVER_TIME)."' where mb_id = '{$mb_id}' "; sql_query($sql); } diff --git a/adm/index.php b/adm/index.php index 94be0f31d..c4c3c29cd 100644 --- a/adm/index.php +++ b/adm/index.php @@ -85,8 +85,8 @@ $colspan = 12; } $s_grp = '그룹'; - $leave_date = $row['mb_leave_date'] ? $row['mb_leave_date'] : date("Ymd", $g4['server_time']); - $intercept_date = $row['mb_intercept_date'] ? $row['mb_intercept_date'] : date("Ymd", $g4['server_time']); + $leave_date = $row['mb_leave_date'] ? $row['mb_leave_date'] : date("Ymd", G4_SERVER_TIME); + $intercept_date = $row['mb_intercept_date'] ? $row['mb_intercept_date'] : date("Ymd", G4_SERVER_TIME); $mb_nick = get_sideview($row['mb_id'], $row['mb_nick'], $row['mb_email'], $row['mb_homepage']); diff --git a/adm/member_list.php b/adm/member_list.php index 5df020d1e..e419ea602 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -153,8 +153,8 @@ $colspan = 15; } $s_grp = '그룹'; - $leave_date = $row['mb_leave_date'] ? $row['mb_leave_date'] : date('Ymd', $g4['server_time']); - $intercept_date = $row['mb_intercept_date'] ? $row['mb_intercept_date'] : date('Ymd', $g4['server_time']); + $leave_date = $row['mb_leave_date'] ? $row['mb_leave_date'] : date('Ymd', G4_SERVER_TIME); + $intercept_date = $row['mb_intercept_date'] ? $row['mb_intercept_date'] : date('Ymd', G4_SERVER_TIME); $mb_nick = get_sideview($row['mb_id'], $row['mb_nick'], $row['mb_email'], $row['mb_homepage']); diff --git a/bbs/login_check.php b/bbs/login_check.php index b1992936f..8bb298a68 100644 --- a/bbs/login_check.php +++ b/bbs/login_check.php @@ -19,13 +19,13 @@ if (!$mb['mb_id'] || (sql_password($mb_password) != $mb['mb_password'])) { } // 차단된 아이디인가? -if ($mb['mb_intercept_date'] && $mb['mb_intercept_date'] <= date("Ymd", $g4['server_time'])) { +if ($mb['mb_intercept_date'] && $mb['mb_intercept_date'] <= date("Ymd", G4_SERVER_TIME)) { $date = preg_replace("/([0-9]{4})([0-9]{2})([0-9]{2})/", "\\1년 \\2월 \\3일", $mb['mb_intercept_date']); alert('회원님의 아이디는 접근이 금지되어 있습니다.\n처리일 : '.$date); } // 탈퇴한 아이디인가? -if ($mb['mb_leave_date'] && $mb['mb_leave_date'] <= date("Ymd", $g4['server_time'])) { +if ($mb['mb_leave_date'] && $mb['mb_leave_date'] <= date("Ymd", G4_SERVER_TIME)) { $date = preg_replace("/([0-9]{4})([0-9]{2})([0-9]{2})/", "\\1년 \\2월 \\3일", $mb['mb_leave_date']); alert('탈퇴한 아이디이므로 접근하실 수 없습니다.\n탈퇴일 : '.$date); } diff --git a/bbs/memo.php b/bbs/memo.php index ad26d6e3e..3d0b3f7ca 100644 --- a/bbs/memo.php +++ b/bbs/memo.php @@ -10,7 +10,7 @@ include_once(G4_PATH.'/head.sub.php'); // 설정일이 지난 메모 삭제 $sql = " delete from {$g4['memo_table']} where me_recv_mb_id = '{$member['mb_id']}' - and me_send_datetime < '".date("Y-m-d H:i:s", $g4['server_time'] - (86400 * $config['cf_memo_del']))."' "; + and me_send_datetime < '".date("Y-m-d H:i:s", G4_SERVER_TIME - (86400 * $config['cf_memo_del']))."' "; sql_query($sql); if (!$kind) $kind = 'recv'; diff --git a/bbs/register_form.php b/bbs/register_form.php index 8d2636e49..8f09e5a73 100644 --- a/bbs/register_form.php +++ b/bbs/register_form.php @@ -106,7 +106,7 @@ include_once('./_head.php'); $mb_icon = G4_DATA_PATH.'/member/'.substr($member['mb_id'],0,2).'/'.$member['mb_id'].'.gif'; $register_action_url = G4_HTTPS_BBS_URL.'/register_form_update.php'; -$req_nick = !isset($member['mb_nick_date']) || (isset($member['mb_nick_date']) && $member['mb_nick_date'] <= date("Y-m-d", $g4['server_time'] - ($config['cf_nick_modify'] * 86400))); +$req_nick = !isset($member['mb_nick_date']) || (isset($member['mb_nick_date']) && $member['mb_nick_date'] <= date("Y-m-d", G4_SERVER_TIME - ($config['cf_nick_modify'] * 86400))); $required = ($w=='') ? 'required' : ''; $readonly = ($w=='u') ? 'readonly' : ''; diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index 2a425ffe6..c79b0e4ff 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -79,7 +79,7 @@ if ($w == '' || $w == 'u') { } else { // 자바스크립트로 정보변경이 가능한 버그 수정 // 별명수정일이 지나지 않았다면 - if ($member['mb_nick_date'] > date("Y-m-d", $g4['server_time'] - ($config['cf_nick_modify'] * 86400))) + if ($member['mb_nick_date'] > date("Y-m-d", G4_SERVER_TIME - ($config['cf_nick_modify'] * 86400))) $mb_nick = $member['mb_nick']; // 회원정보의 메일을 이전 메일로 옮기고 아래에서 비교함 $old_email = $member['mb_email']; diff --git a/bbs/write_comment_update.php b/bbs/write_comment_update.php index 04bd919c1..32ff0adb7 100644 --- a/bbs/write_comment_update.php +++ b/bbs/write_comment_update.php @@ -31,10 +31,10 @@ else // 세션의 시간 검사 // 4.00.15 - 코멘트 수정시 연속 게시물 등록 메시지로 인한 오류 수정 -if ($w == 'c' && $_SESSION['ss_datetime'] >= ($g4['server_time'] - $config['cf_delay_sec']) && !$is_admin) +if ($w == 'c' && $_SESSION['ss_datetime'] >= (G4_SERVER_TIME - $config['cf_delay_sec']) && !$is_admin) alert('너무 빠른 시간내에 게시물을 연속해서 올릴 수 없습니다.'); -set_session('ss_datetime', $g4['server_time']); +set_session('ss_datetime', G4_SERVER_TIME); $wr = get_write($write_table, $wr_id); if (empty($wr['wr_id'])) diff --git a/bbs/write_update.php b/bbs/write_update.php index 215c6f3e0..c23811c72 100644 --- a/bbs/write_update.php +++ b/bbs/write_update.php @@ -154,11 +154,11 @@ if ($is_guest && !chk_captcha()) { if ($w == '' || $w == 'r') { if (isset($_SESSION['ss_datetime'])) { - if ($_SESSION['ss_datetime'] >= ($g4['server_time'] - $config['cf_delay_sec']) && !$is_admin) + if ($_SESSION['ss_datetime'] >= (G4_SERVER_TIME - $config['cf_delay_sec']) && !$is_admin) alert('너무 빠른 시간내에 게시물을 연속해서 올릴 수 없습니다.'); } - set_session("ss_datetime", $g4['server_time']); + set_session("ss_datetime", G4_SERVER_TIME); } if (!isset($_POST['wr_subject']) || !trim($_POST['wr_subject'])) @@ -246,15 +246,10 @@ for ($i=0; $i= date("Y-m-d H:i:s", $g4['server_time'] - ($board['bo_new'] * 3600))) + if ($list['wr_datetime'] >= date("Y-m-d H:i:s", G4_SERVER_TIME - ($board['bo_new'] * 3600))) $list['icon_new'] = '새글'; $list['icon_hot'] = ''; diff --git a/lib/mailer.lib.php b/lib/mailer.lib.php index d2c8b13e4..d6f58c05f 100644 --- a/lib/mailer.lib.php +++ b/lib/mailer.lib.php @@ -114,7 +114,7 @@ function verify_email($address, &$error) // 220 메세지들은 건너뜀 // 3초가 지나도 응답이 없으면 포기 socket_set_blocking($fp, false); - $stoptime = $g4['server_time'] + $WAIT_SECOND; + $stoptime = G4_SERVER_TIME + $WAIT_SECOND; $gotresponse = false; while (true) { @@ -123,11 +123,11 @@ function verify_email($address, &$error) if (substr($line, 0, 3) == '220') { // 타이머를 초기화 - $stoptime = $g4['server_time'] + $WAIT_SECOND; + $stoptime = G4_SERVER_TIME + $WAIT_SECOND; $gotresponse = true; } else if ($line == '' && $gotresponse) break; - else if ($g4['server_time'] > $stoptime) + else if (G4_SERVER_TIME > $stoptime) break; } diff --git a/skin/member/basic/register_form.skin.php b/skin/member/basic/register_form.skin.php index 0947f1d15..ab1a4fc24 100644 --- a/skin/member/basic/register_form.skin.php +++ b/skin/member/basic/register_form.skin.php @@ -10,7 +10,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - + @@ -165,7 +165,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - + @@ -183,7 +183,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - 정보공개는 수정후 일 이내, 까지는 변경이 안됩니다.
+ 정보공개는 수정후 일 이내, 까지는 변경이 안됩니다.
이렇게 하는 이유는 잦은 정보공개 수정으로 인하여 쪽지를 보낸 후 받지 않는 경우를 막기 위해서 입니다.
diff --git a/tail.sub.php b/tail.sub.php index 5b60480a3..09984cf87 100644 --- a/tail.sub.php +++ b/tail.sub.php @@ -35,7 +35,7 @@ if ($tmp_row['cnt']) { sql_query($tmp_sql, FALSE); // 시간이 지난 접속은 삭제한다 - sql_query(" delete from {$g4['login_table']} where lo_datetime < '".date("Y-m-d H:i:s", $g4['server_time'] - (60 * $config['cf_login_minutes']))."' "); + sql_query(" delete from {$g4['login_table']} where lo_datetime < '".date("Y-m-d H:i:s", G4_SERVER_TIME - (60 * $config['cf_login_minutes']))."' "); // 부담(overhead)이 있다면 테이블 최적화 //$row = sql_fetch(" SHOW TABLE STATUS FROM `$mysql_db` LIKE '$g4['login_table']' "); From 879eab24c9d35c56df833cdfad14685e2e9af0bc Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 20 Feb 2013 10:40:25 +0900 Subject: [PATCH 5/5] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A6=AC?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=2024,=20=EA=B2=8C=EC=8B=9C=ED=8C=90?= =?UTF-8?q?=EC=8A=A4=ED=82=A8=20=EC=9D=BD=EA=B8=B0=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EC=9E=91=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 0e6c941dd..01552305c 100644 --- a/css/default.css +++ b/css/default.css @@ -452,7 +452,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f #bo_v_cate {margin:0;padding:0 0 10px;color:#999;font-weight:bold;line-height:1em} -#bo_v_info {padding:10px 0 9px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8} +#bo_v_info {padding:10px 0 9px} #bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden} #bo_v_info {} #bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}