Created
October 27, 2010 07:09
-
-
Save sofish/648592 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你好,上面这个我能看懂,但是在我的wp主题里不知怎样修改。
主题里涉及sidebar list的只有这两行,请问怎样改?我需要单独定义圆点的颜色。
.sidebar-list li{list-style:disc inside;color:#999;padding:5px 0;}
.sidebar-list-li{width:120px;float:left;}