From 2cb31d3ecc798f98124930f5f8f8793aeaa72c1f Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 31 Jul 2013 16:03:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20#487=20=ED=8F=AC?= =?UTF-8?q?=EC=9D=B8=ED=8A=B8=20=EB=A7=8C=EB=A3=8C=EC=9D=BC=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/default.css b/css/default.css index c0870f5c7..4ed641460 100644 --- a/css/default.css +++ b/css/default.css @@ -194,6 +194,9 @@ td.empty_table {padding:85px 0;text-align:center} .td_datetime {width:110px;text-align:center} .td_mng {width:80px;text-align:center} +.txt_active {color:#5d910b} +.txt_expired {color:#ccc} + /* 새창 기본 스타일 */ .new_win {} .new_win #new_win_title {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}