mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
widgetContainer를 사용하는 XE 룰을 따르는 위젯들의 colorset이 한 페이지에 white/black2개가 모두 쓰일때 오동작하는 것을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5830 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5e81309067
commit
905fba6fa7
84 changed files with 1840 additions and 1939 deletions
8
widgets/archive_list/skins/default/css/widget.css
Normal file
8
widgets/archive_list/skins/default/css/widget.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
@charset "utf-8";
|
||||
.widgetUlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
|
||||
.widgetUlistA li { list-style:none; font-family:tahoma; font-size:9px; }
|
||||
.widgetUlistA li a{ color:#666; font-size:12px;}
|
||||
|
||||
.widgetContainer.black .widgetUlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
|
||||
.widgetContainer.black .widgetUlistA li{ list-style:none; font-family:tahoma; font-size:9px;}
|
||||
.widgetContainer.black .widgetUlistA li a { color:#999; font-size:12px;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue