'Tag Your Mind'에 해당하는 글 1건

티스토리 스킨을 보면 이따금 댓글에 댓글의 경우 오른쪽이 한 글자씩 잘려나가는 일이 있습니다. 이 스킨도 그러한 현상이 있는데 그걸 해결해 보도록 하겠습니다.

관리자의 스킨에서 HTML/CSS에 들어갑니다.

 style.css에 보시면

/* 포스트 트랙백, 댓글 */
.article_reaction {padding:6px 0 5px 0;border-top:1px solid #414141;color:#a9a9a9;font-size:0.85em;text-transform:uppercase;}
.article_reaction a {color:#a9a9a9;}
.article_reaction .cnt {color:#a9a9a9;font-size:1em;}
.article_reaction_desc {line-height:1.3em; overflow:hidden; width:/*@post-width=*/ 700px /*@*/; }
.article_reaction_desc h3 strong {color:#565656;}
.article_reaction_desc h3 {padding:9px 0 7px 0;background:url('./images/line_dotted2.gif') repeat-x left top;color:#4b4b4b;font-size:0.85em;font-weight:normal;}
.article_reaction_desc h3 a {color:#4b4b4b;}
.article_reaction_desc h4 {color:#ababab;font-size:1em;font-weight:normal;}
.article_reaction_desc h4 a {color:#ababab;}
.article_reaction_desc strong,
.article_reaction_desc strong a {color:#ababab;}
.article_reaction_desc li {margin:0 0 15px 0;padding-top:15px;border-top:1px solid #414141;}
.article_reaction_desc li li {margin:15px 0 0 18px;padding:0 0 0 18px;border:0;background:url('./images/icon_reply.gif') no-repeat 0 2px;}
.article_reaction_desc p {margin:0;padding:0; overflow:hidden; width:/*@post-width=*/ 700px /*@*/; }
.article_reaction_desc .date {color:#ababab;font-size:0.85em;}
.article_reaction_desc .article_btn {position:relative;top:2px;}
.article_reaction_desc .article_line {color:#414141;}
.article_reaction_desc .article_reaction_tb {font-size:0.85em;line-height:1.2em;}

영역이 있는데요 저건 post-width를 검색어로 해서 찾으실 수 있을겁니다. 저같은 경우는 글폭이 700으로 잡아줘서 700이지만 본래 사용자들은 484로 되어있을겁니다. 484면 474 즉 10을 빼주시고 임의로 변경하신 분은 10을 빼주세요. 저는 700에서 690으로 변경하였습니다. 그러니까 댓글이 안 잘리고 잘 나오네요.

다들 적용해보시기 바랍니다.


WRITTEN BY
가별이
내가 천사의 말 한다 해도

,