확장변수가 출력되는 테이블 너비 고정.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2919 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2007-11-05 03:02:43 +00:00
parent 67c9f9d522
commit ee054feede

View file

@ -199,7 +199,7 @@ Jeong, Chan Myeong 070601~070630
.boardRead .replyAndTrackback .listButton { position:relative; right: 10px; top:-7px; _top:-6px; float:right;}
/* extraVars list */
.extraVarsList { width:100%; border:1px solid #e0e1db; clear:both; margin-bottom:1em; margin-top:1em; border-bottom:none;}
.extraVarsList { width:100%; border:1px solid #e0e1db; clear:both; margin-bottom:1em; margin-top:1em; border-bottom:none; table-layout:fixed;}
.extraVarsList tr.notice { background:#f8f8f8;}
.extraVarsList tr.notice .num { font-size:.9em; font-weight:bold;}
.extraVarsList tr.bg1 { background:#ffffff}