묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
최신글 목록에서 글자정렬
2007.11.19 14:19
그림에서 붉은선을 그어놓은 부분을 보시면 아시겠지만,
최근글 목록(각 게시판 글 목록도 같음)에서 글자 정렬이 위아래로 잘 맞지 않습니다.
특히 괄호() 나 이미지 아이콘이 들어가면 위 아래로 약간씩 틀어지는데
깨끗하게 정렬할 수 있는 방법이 있나요?
최근글 목록(각 게시판 글 목록도 같음)에서 글자 정렬이 위아래로 잘 맞지 않습니다.
특히 괄호() 나 이미지 아이콘이 들어가면 위 아래로 약간씩 틀어지는데
깨끗하게 정렬할 수 있는 방법이 있나요?
.latest_white ul li .title a { color:#555555; text-decoration:none; }
.latest_white ul li .title a:hover { text-decoration:underline; }
.latest_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
.latest_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; }
.latest_white ul li .title a { color:#555555; font: 12px gulim; font-weight: bold; text-decoration:none; } -> 12픽셀 "굴림"체 굵게..
.latest_white ul li .title a:hover { color:#fb7305; text-decoration:underline; }
.latest_white ul li .title span.comment { color:#FE6700; font:.10em Tahoma; }
.latest_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; }
파란색이 원본
수정이 핑크색
적색부분과 같이 수정하여 저는 해결했습니다.
맞나 모르겠내요. 초짜라.....
님은 font-weight: bold 지우셔도 되겠내요.