【发布时间】:2014-07-11 20:35:50
【问题描述】:
在下面的代码中
<html>
<head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">
</head>
<body>
<span class="glyphicon glyphicon-glass"></span>
<span class="glyphicon glyphicon-cutlery"></span>
<span class="glyphicon glyphicon-wrench"></span>
</body>
</html>
前两个图标显示完美,但扳手有一些错误。根据此处的文档:
http://getbootstrap.com/components/
'wrench' 应该是一个有效的图标。如何让扳手显示出来?
【问题讨论】:
标签: html css twitter-bootstrap twitter-bootstrap-3