【发布时间】:2015-10-08 09:47:29
【问题描述】:
起点:
- 使用 bootstrap-sass(指南针)
- 具有以下 html 标记(无法更改)
<div class="some">
<ul>
<li><a href="#" class="inactive">Item1</a></li>
<li><a href="#" class="active">Item2</a></li>
<li><a href="#" class="inactive">Item3</a></li>
</ul>
</div>
是否可以将上述样式(使用 sass-bootstrap)设置为没有“品牌徽标”且不更改 html 的导航栏 - 例如语义上?
【问题讨论】:
-
“品牌标志”是什么意思?引导类名称?
-
这个问题不清楚,你想达到什么目的?您的代码中没有
brand-logo。请包含更多相关代码并更好地解释您希望输出的内容。 -
@TinyGiant 这个问题不是很好(错过了 OP 已经尝试过的内容),但如果有人知道 twitter-bootstrap,他就会知道导航栏中的“品牌”是什么。
标签: css twitter-bootstrap sass compass-sass