#385 Firefox/ Opera를 제외한 브라우저에서 board-top, bottom을 height에 + 시키는 문제로 FF css hack을 이용하여 일단 최대 근접하게 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3690 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-15 09:45:25 +00:00
parent 2e8bc42d2e
commit a09751f6c4

View file

@ -139,7 +139,8 @@ Jeong, Chan Myeong 070601~070630
/* list */
.boardList { width:100%; border:1px solid #e0e1db; border-top:none; table-layout:fixed;}
.boardListNoTopBorder { border:none; }
.boardList th { color:#3e3f3e; font-weight:normal; border-top:1px solid #e0e1db; border-bottom:1px solid #ffffff; padding-top:5px; white-space:nowrap; height:33px; overflow:hidden;}
.boardList th { color:#3e3f3e; font-weight:normal; border-top:1px solid #e0e1db; border-bottom:1px solid #ffffff; white-space:nowrap; padding-top:5px; height:28px; overflow:hidden;}
html:not([lang*=""]) .boardList th { height:33px; }
.boardList th.no_line { background-position:-3px bottom; }
.boardList th a { color:#3e3f3e; text-decoration:none; }
.boardList th.num { border-left:1px solid #ffffff; }