2014-10-06 102 views
-1

当我在firefox/chrome或IE中打开http://abmatic.azurewebsites.net/Article/CMT%201125A时,下载文本前面的图标布局不同。任何帮助,将不胜感激。图标对齐html问题

+2

你能在这里发布一些代码?没有人会想要去查看你的网站的源码 – 2014-10-06 15:16:35

+0

请不要使用“bootstrap”标签,使用“twitter-bootstrap”,因为它意味着别的东西 – 2014-10-12 11:25:39

回答

1

尝试垂直对齐添加到图标的CSS,像这样:

.gray-boxs h3 .glyphicon { 
    margin: 0 10px 0 0; 
    color: #464648; 
    vertical-align: text-top; 
}