From f1251ca97225bee62c1a91e3c9b17856b18c64ed Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 19 Sep 2008 06:48:40 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4529 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/skins/xe_board/css/common.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/board/skins/xe_board/css/common.css b/modules/board/skins/xe_board/css/common.css index ea726976b..dc9d935b7 100644 --- a/modules/board/skins/xe_board/css/common.css +++ b/modules/board/skins/xe_board/css/common.css @@ -169,7 +169,8 @@ html:not([lang*=""]) .boardList th { height:33px; } .boardList td.checkbox { font:.8em tahoma; color:#999999; text-align:center;} .boardList tr.notice td.num { padding:.5em; white-space:nowrap;} .boardList tr.notice td.notice { font-size:.9em; color:#999999; font-weight:bold; text-align:center;} -.boardList td.thumb img { border:1px solid #E0E1DB; padding:3px; } +.boardList td.thumb { } +.boardList td.thumb img { border:1px solid #E0E1DB; padding:3px; margin:none; } .boardList td.title {padding-left:1em; } .boardList td.title strong.category { font-size:1em; background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat right 3px; padding-right:.5em; margin-right:.5em;} @@ -196,7 +197,7 @@ html:not([lang*=""]) .boardList th { height:33px; } .boardListNoTopBorder td { border-top:none; border-bottom:1px solid #eff0ed; padding:.5em;} -.boardList td.webzineTitle { padding-left:1em; color:#777777;} +.boardList td.webzineTitle { padding-left:1em; color:#777777; height:1.2em; width:100%;} .boardList td.webzineTitle strong.category { font-size:1em; background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat right 3px; padding-right:.5em; margin-right:.5em;} .boardList td.webzineTitle.bold { font-size:1.2em; font-weight:bold;} .boardList td.webzineTitle * { vertical-align:middle;} @@ -204,7 +205,7 @@ html:not([lang*=""]) .boardList th { height:33px; } .boardList td.webzineTitle a { color:#444444; text-decoration:none;} .boardList td.webzineTitle a:visited { color:#777777;} -.boardList td.summary { border-top:none; vertical-align:top; color:#666666; line-height:1.25em; padding-left:1em;} +.boardList td.summary { border-top:none; vertical-align:top; color:#666666; line-height:1.25em; padding-left:1em; white-space:normal; } .boardList td.summary a { color:#666666; text-decoration:none; line-height:inherit;} .boardList td.summary a:visited { color:#999999;}