0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

tweak icons alignment

This commit is contained in:
Mark Otto 2013-03-03 23:41:16 -08:00
parent bfdc6f8607
commit 6e8ee02421

View File

@ -390,6 +390,8 @@ section > ul li {
line-height: 1.25;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 -1px -1px 0;
}
.the-icons .glyphicon {
@ -646,6 +648,12 @@ input.focused {
/* Tablets/desktops and up */
@media screen and (min-width: 992px) {
/* Icons */
.the-icons li {
width: 12.5%;
}
.bs-docs-sidenav {
width: 220px;
}