Skip to content

Instantly share code, notes, and snippets.

@sofish
Created October 27, 2010 07:09
Show Gist options
  • Select an option

  • Save sofish/648592 to your computer and use it in GitHub Desktop.

Select an option

Save sofish/648592 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Sample</title>
<style type="text/css">
#text li{color:#f30;}
#text li span{color:#080;}
</style>
</head>
<body>
<ul id="text">
<li><span>item 1</span></li>
<li><span>item 2</span></li>
<li><span>item 3</span></li>
</ul>
</body>
</html>
@blueidea05

Copy link
Copy Markdown

你好,上面这个我能看懂,但是在我的wp主题里不知怎样修改。
主题里涉及sidebar list的只有这两行,请问怎样改?我需要单独定义圆点的颜色。
.sidebar-list li{list-style:disc inside;color:#999;padding:5px 0;}
.sidebar-list-li{width:120px;float:left;}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment