From a2a970e3f9d2e09a72abb9558793361333aa9a96 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 19 Feb 2013 10:32:26 +0900 Subject: [PATCH] =?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=204,=20snb=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 --- css/default.css | 6 +++--- head.php | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/css/default.css b/css/default.css index c51334530..04bc469ae 100644 --- a/css/default.css +++ b/css/default.css @@ -47,7 +47,7 @@ a:active {color:#000;text-decoration:underline} #snb {position:absolute;top:20px;right:0;zoom:1} #snb:after {display:block;visibility:hidden;clear:both;content:""} #snb li {float:left} -#snb a {display:block;padding:5px 10px;letter-spacing:-0.1em} +#snb a {display:block;padding:5px 10px;color:#899691;letter-spacing:-0.1em} #snb a:focus, #snb a:hover, #snb a:active {text-decoration:none} @@ -210,9 +210,9 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#444;color:#fff; #ol_before fieldset {position:relative} #ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:188px;height:22px;border:1px solid #b8c9c2;background:#fff;line-height:1.6em} -.ol_idlabel {position:absolute;top:6px;left:5px;color:#769297;font-size:0.9em} +.ol_idlabel {position:absolute;top:6px;left:5px;color:#899691;font-size:0.9em} #ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:188px;height:22px;border:1px solid #b8c9c2;background:#fff;vertical-align:top;line-height:1.6em} -.ol_pwlabel {position:absolute;top:35px;left:5px;color:#769297;font-size:0.9em} +.ol_pwlabel {position:absolute;top:35px;left:5px;color:#899691;font-size:0.9em} #auto_login {} #auto_login_label {letter-spacing:-0.1em} #ol_submit {display:inline-block;width:60px;height:24px;border:0;background:#4e5d60;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top} diff --git a/head.php b/head.php index 0dc20ae6a..7f1592372 100644 --- a/head.php +++ b/head.php @@ -61,6 +61,18 @@ include_once(G4_LIB_PATH.'/popular.lib.php');