1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 21:49:09 +01:00

redo the glyphicons icons list to make icons not blurry on edges /cc @jankovarik

This commit is contained in:
Mark Otto 2013-10-16 10:43:56 -07:00
parent 481791411c
commit 8ac1495c63
2 changed files with 806 additions and 202 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1047,10 +1047,14 @@ h1[id] {
border: 1px solid #ddd;
}
.bs-glyphicons .glyphicon {
display: block;
margin: 5px auto 10px;
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
}
.bs-glyphicons li:hover {
background-color: rgba(86,61,124,.1);
}