mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5830 201d5d3c-b55e-5fd7-737f-ddc643e51545
12 lines
501 B
CSS
12 lines
501 B
CSS
@charset "utf-8";
|
|
|
|
/* widgetUlistA */
|
|
.widgetUlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
|
|
.widgetUlistA li{ list-style:none;}
|
|
.widgetUlistA li a { text-decoration:none; }
|
|
.widgetUlistA li a{ color:#666;}
|
|
|
|
.widgetContainer.black .widgetUlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
|
|
.widgetContainer.black .widgetUlistA li{ list-style:none;}
|
|
.widgetContainer.black .widgetUlistA li a { text-decoration:none; }
|
|
.widgetContainer.black .widgetUlistA li a{ color:#999;}
|