【发布时间】:2011-06-23 15:57:53
【问题描述】:
是否可以更改 <li> 元素的 bullet 的大小?
看看下面的代码:
li {
list-style: square; // I want to change the size of this squared bullet.
}
我似乎找不到任何方法来实现这一点。
【问题讨论】:
-
你是指它的“子弹”部分,而不是
li元素的文本内容吗?
标签: css size html-lists listitem