0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01: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 {
display: block;
text-align: center;
word-wrap: break-word;
}
.bs-glyphicons li:hover {
background-color: rgba(86,61,124,.1);