From 7518170130529f6b1eeddda1ea185b619205b688 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 19 Sep 2008 07:12:26 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4532 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/skins/xe_board/css/black.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/board/skins/xe_board/css/black.css b/modules/board/skins/xe_board/css/black.css index 9cc77ba71..92cbc104c 100644 --- a/modules/board/skins/xe_board/css/black.css +++ b/modules/board/skins/xe_board/css/black.css @@ -40,12 +40,12 @@ .accountNavigation li.loginAndLogout a { background:url(../images/black/line_1x10_e0e0e0.gif) no-repeat left 2px; padding-left:8px; } .boardSubMenu { border-bottom:1px solid #444444;} -.boardList { width:100%; border:1px solid #444444; border-top:none; table-layout:fixed;} -.boardList th { color:#999999; font-weight:normal; border-top:1px solid #444444; border-bottom:1px solid #888888; white-space:nowrap; padding-top:5px; height:28px; overflow:hidden;} -.boardList th a { color:#999999; } -.boardList td { border-top:1px solid #444444; padding:.5em;} -.boardList th.num { border-left:0px solid #444444; } -.boardList td.title, .boardList tr.notice { background-color:transparent; } +.boardList { width:100%; border:1px solid #444444; border-top:none; overflow:hidden;} +.boardList thead th { color:#999999; font-weight:normal; border-top:1px solid #444444; border-bottom:1px solid #888888; white-space:nowrap; padding-top:5px; height:28px; overflow:hidden;} +.boardList thead th a { color:#999999; } +.boardList thead th.num { border-left:0px solid #444444; } +.boardList tbody td { border-top:1px solid #444444; padding:.5em;} +.boardList tbody td.title, .boardList tr.notice { background-color:transparent; } #board_category { background-color:#444444; color:#AAAAAA; } #go_button { color:#AAAAAA; }