게시물/블로그모듈의 xe시리즈에서 트랙백 목록의 li태그 list-style:none지정 및 트랙백 삭제시 버튼 클래스 지정 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1878 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-09 06:13:30 +00:00
parent 227206218c
commit 9d84b4774f
8 changed files with 20 additions and 36 deletions

View file

@ -187,7 +187,7 @@ Jeong, Chan Myeong 070601~070630
.boardRead .replyAndTrackback .listButton { float:right; margin:0 1em 0 0; position:relative; top:-5px; _top:-7px;}
#trackbacks { padding:.6em .6em; color:#666666; border:1px solid #e0e1db;;margin-top:.5em;}
#trackbacks li { padding:.6em .8em .6em .6em; line-height:1.25em; border-bottom:1px dotted #EEEEEE;}
#trackbacks li { padding:.6em .8em .6em .6em; line-height:1.25em; border-bottom:1px dotted #EEEEEE; list-style:none;}
#trackbacks p { display:inline; margin-bottom:1em;}
#trackbacks a { color:#666666; text-decoration:none;}
#trackbacks div { clear:both; }