planet document 위젯 css 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5183 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-26 05:13:07 +00:00
parent 67480e6e2c
commit d2a91fa61c

View file

@ -17,10 +17,10 @@
.planetDocument .article .content { border:1px solid #545554; z-index:1; display:block; padding:10px; margin-left:4px; }
.planetDocument .article .content div { line-height:1.4; }
.planetDocument .article .tooltipLT,
.planetDocument .article .tooltipRT,
.planetDocument .article .tooltipLB,
.planetDocument .article .tooltipRB { background-color:#000; }
.planetDocument.black .article .tooltipLT,
.planetDocument.black .article .tooltipRT,
.planetDocument.black .article .tooltipLB,
.planetDocument.black .article .tooltipRB { background-color:#000; }
.planetDocument.black .article .tooltipLT { background-position:0 -25px; }
.planetDocument.black .article .tooltipRT { top:0px; background-position:-10px -25px; }
.planetDocument.black .article .tooltipLB { background-position:0 -35px; }