xe_default 게시판 스킨의 내용에 링크의 경우 밑줄이 나오도록 수정. 서명 이미지와 글의 align 맞춤

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4828 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-10 03:57:43 +00:00
parent 9e86765622
commit 56d770bd7a

View file

@ -147,10 +147,13 @@
.boardReadBody .document_popup_menu{ margin-top:20px; text-align:right;}
.boardReadBody .document_popup_menu a{ text-decoration:underline;}
.boardReadBody .xe_content{ margin-bottom:15px; overflow:hidden; }
.itemContent .xe_content a,
.boardReadBody .xe_content a { text-decoration:underline; }
.boardReadBody .memberSignature { border:1px dotted; padding:10px; overflow:hidden; *zoom:1;}
.boardReadBody .memberSignature img.profile { float:left; margin-right:10px; display:block;}
.boardReadBody .memberSignature .signature { float:left; }
.boardReadBody .memberSignature .signature p { margin:0; padding:0; }
.boardReadBody .memberSignature .signature p a { text-decoration:underline; }
.boardReadFooter{ padding:10px 0; *zoom:1; line-height:1em; font:12px Tahoma;}