최근게시글 > 뉴스티커 스킨 css 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3677 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-15 03:37:21 +00:00
parent 6c1dd09f6b
commit 3c49faf7fb
21 changed files with 12 additions and 17 deletions

View file

@ -1,7 +1,7 @@
.news_ticker_red { height:25px; overflow:hidden; clear:both; background:#FFFFFF url("../images/red/bg.gif") repeat-x left top; white-space:nowrap; }
.news_ticker_red table { width:100%; height:25px; margin:0; padding:0; table-layout:fixed;}
.news_ticker_red table td { white-space:nowrap; overflow:hidden; height:25px; vertical-align:top; }
.news_ticker_red table { width:100%; height:25px; margin:0; padding:0; table-layout:fixed; border-left:1px solid #000000; border-right:1px solid #000000;}
.news_ticker_red table td { white-space:nowrap; overflow:hidden; height:25px; vertical-align:top; padding:0 6px 0 6px;}
.news_ticker_red .tickerBox { height:25px; padding-top:6px; white-space:nowrap; overflow:hidden; }