Commit 8ac1495c authored by Mark Otto's avatar Mark Otto

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

parent 48179141
This diff is collapsed.
...@@ -1047,10 +1047,14 @@ h1[id] { ...@@ -1047,10 +1047,14 @@ h1[id] {
border: 1px solid #ddd; border: 1px solid #ddd;
} }
.bs-glyphicons .glyphicon { .bs-glyphicons .glyphicon {
display: block; margin-top: 5px;
margin: 5px auto 10px; margin-bottom: 10px;
font-size: 24px; font-size: 24px;
} }
.bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
}
.bs-glyphicons li:hover { .bs-glyphicons li:hover {
background-color: rgba(86,61,124,.1); background-color: rgba(86,61,124,.1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment