From 926bb194a13f44609bbfaaf1a4b99beea5cbea75 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 19 Sep 2008 06:53:19 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4531 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/skins/xe_board/css/common.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/board/skins/xe_board/css/common.css b/modules/board/skins/xe_board/css/common.css index c97d1bcf0..3eb2e0d56 100644 --- a/modules/board/skins/xe_board/css/common.css +++ b/modules/board/skins/xe_board/css/common.css @@ -145,6 +145,8 @@ Jeong, Chan Myeong 070601~070630 .boardList thead tr th div { white-space:nowrap; margin:0 5px; } .boardList thead tr th.title , .boardList thead tr th.category, .boardList thead tr th.topic { width:100%; } .boardList tbody td { white-space:nowrap; } +.boardList tbody td.title { white-space:normal; } +.boardList tbody td.webzineTitle { white-space:normal; } .boardListNoTopBorder { border:none; } .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;}