From 4b818b5b7c3bcd995aea3917740809ee500c80b7 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 1 Jul 2013 10:18:12 +0900 Subject: [PATCH] USER: CSS ERR fix by ogogago --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 859cf30b4..78927ed74 100644 --- a/css/default.css +++ b/css/default.css @@ -35,7 +35,7 @@ a:active {color:#000;text-decoration:underline} #tnb {position:absolute;top:18px;right:0;margin:0;padding:0;list-style:none;zoom:1} #tnb:after {display:block;visibility:hidden;clear:both;content:""} #tnb li {float:left} -#tnb a {display:block;padding:5px 10px;color:#333;letter-spacing:-0.1em} +#tnb a {display:inline-block;padding:5px 10px;color:#333;letter-spacing:-0.1em;line-height:2em} #tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none} #tnb img {margin-right:3px}