From 134fc8f47afa99e2855d64c460a5c6eb3060f48c Mon Sep 17 00:00:00 2001 From: inureyes Date: Thu, 30 Jul 2009 15:52:49 +0000 Subject: [PATCH] =?UTF-8?q?=20refs=20#1300=20=20=20*=20line=20=20=EC=B6=9C?= =?UTF-8?q?=EB=A0=A5=ED=8F=BC=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/blog/coolant/skin.html | 8 +++++--- skin/blog/coolant/style.css | 16 ++++++++++------ 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/skin/blog/coolant/skin.html b/skin/blog/coolant/skin.html index c33df91f3..4bc3d330f 100644 --- a/skin/blog/coolant/skin.html +++ b/skin/blog/coolant/skin.html @@ -106,9 +106,11 @@

Lines ATOM Icon

- [##_line_rep_regdate_##] - [##_line_rep_content_##] - +
+
[##_line_rep_regdate_##] +
[##_line_rep_content_##] +
+ diff --git a/skin/blog/coolant/style.css b/skin/blog/coolant/style.css index 0d0bf2c7a..612666644 100644 --- a/skin/blog/coolant/style.css +++ b/skin/blog/coolant/style.css @@ -1190,16 +1190,20 @@ form input:focus, textarea:focus /* line */ /*-------------------------------*/ -.Line .content +.line dl.box { - color: #666; + border:1px solid #f5f5f5; + border-bottom:2px solid #f1f1f1; + border-right:2px solid #f1f1f1; + padding:10px; + -moz-border-radius:4px; + -webkit-border-radius:4px; + margin-bottom:10px; } - -.Line .date +.line dl.box dt { - color: #AAE; + border-bottom: 1px solid #eee; } - /*-------------------------------*/ /* cover */