1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 12:40:58 +00:00

Fix glyphicon class name wrapping in IE

This commit is contained in:
Brian Surowiec 2013-11-08 02:03:37 -05:00
parent 463343af63
commit 03c161f0c4

View File

@ -1062,6 +1062,7 @@ h1[id] {
.bs-glyphicons .glyphicon-class { .bs-glyphicons .glyphicon-class {
display: block; display: block;
text-align: center; text-align: center;
word-wrap: break-word;
} }
.bs-glyphicons li:hover { .bs-glyphicons li:hover {
background-color: rgba(86,61,124,.1); background-color: rgba(86,61,124,.1);