RSS 리더 위젯의 스킨 CSS 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3215 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2007-12-07 09:36:08 +00:00
parent 7c1b1b3ace
commit 0729e06b31
7 changed files with 67 additions and 69 deletions

View file

@ -1,12 +1,12 @@
.tab_menu_latest_select { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.tab_menu_latest_select h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;}
.tab_menu_latest_select h2 a,
.tab_menu_latest_select .tabcontent_rss a { text-decoration:none; color:#000000;}
.tab_menu_latest_select h2 a:hover,
.tab_menu_latest_select .tabcontent_rss a:hover { text-decoration:underline;}
.rss_reader_select { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.rss_reader_select h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;}
.rss_reader_select h2 a,
.rss_reader_select .tabcontent_rss a { text-decoration:none; color:#000000;}
.rss_reader_select h2 a:hover,
.rss_reader_select .tabcontent_rss a:hover { text-decoration:underline;}
.tab_menu_latest_select .tabcontentcontainer {width:100%;}
.rss_reader_select .tabcontentcontainer {width:100%;}
.tab_menu_latest_select .tabcontent_rss {display:none;width:100%; color:#555555;}
.rss_reader_select .tabcontent_rss {display:none;width:100%; color:#555555;}
.tab_menu_latest_select .date { color:#999999; font:.9em Tahoma; white-space:nowrap; margin-right:5px;}
.rss_reader_select .date { color:#999999; font:.9em Tahoma; white-space:nowrap; margin-right:5px;}