From 8b0cd4e900b8ff2e125b29c30b59116b95fdaff8 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 4 Feb 2013 15:25:16 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=83=81?= =?UTF-8?q?=EB=8B=A8=20=EB=A7=81=ED=81=AC=20hover,=20focus=20=EC=8A=A4?= =?UTF-8?q?=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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 0c4ee4649..e18b5beff 100644 --- a/css/default.css +++ b/css/default.css @@ -37,7 +37,7 @@ pre {overflow-x:scroll;font-size:1.1em} #snb li {float:left} #snb a {display:inline-block;margin-right:1px;padding:7px 10px 6px;background:#585858;color:#fff;text-decoration:none} #snb a:focus, -#snb a:hover {background:#f7f7f2;color:#000} +#snb a:hover {background:#109ff1;color:#fff} #schall {position:absolute;top:10px;right:0;margin:0;padding:0;width:180px;border:0;letter-spacing:-5px} #schall legend {width:0;height:0;overflow:hidden}