From 4b818b5b7c3bcd995aea3917740809ee500c80b7 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 1 Jul 2013 10:18:12 +0900 Subject: [PATCH 1/2] 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} From e588f241b52948a3bf1a38c5382bd40bc4f4d37b Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 1 Jul 2013 14:53:36 +0900 Subject: [PATCH 2/2] ? --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 859cf30b4..a388d814f 100644 --- a/css/default.css +++ b/css/default.css @@ -116,7 +116,7 @@ a:active {color:#000;text-decoration:underline} .cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center} .cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1} .cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""} -.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid .e9e9e9} +.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9} .cke_sc_def dt {width:20%;font-weight:bold} .cke_sc_def dd {width:30%}