您可以通过在自己的类(如)中定义图标来创建自己的图标:
.icon-car { background-image: url("http://cdn5.iconfinder.com/data/icons/Symbolicons_Transportation/24/Car.png"); background-position: center center;}当然要记住使用前缀,
.icon-*因为前缀是由引导程序设置的属性选择器确定的,以应用所有样式(widh / height / line-height等)。
只需尝试与原始图标(14x14)保持相同的宽度和高度,这样就不必定义自己的宽度和高度,也不会与
line-height元素的混乱。



