mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02:00
tweak icons alignment
This commit is contained in:
@@ -390,6 +390,8 @@ section > ul li {
|
|||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
margin: 0 -1px -1px 0;
|
margin: 0 -1px -1px 0;
|
||||||
}
|
}
|
||||||
.the-icons .glyphicon {
|
.the-icons .glyphicon {
|
||||||
@@ -646,6 +648,12 @@ input.focused {
|
|||||||
|
|
||||||
/* Tablets/desktops and up */
|
/* Tablets/desktops and up */
|
||||||
@media screen and (min-width: 992px) {
|
@media screen and (min-width: 992px) {
|
||||||
|
|
||||||
|
/* Icons */
|
||||||
|
.the-icons li {
|
||||||
|
width: 12.5%;
|
||||||
|
}
|
||||||
|
|
||||||
.bs-docs-sidenav {
|
.bs-docs-sidenav {
|
||||||
width: 220px;
|
width: 220px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user