Commit 6e8ee024 authored by Mark Otto's avatar Mark Otto
Browse files

tweak icons alignment

parent bfdc6f86
15 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7329Fix for issue #7328,!7674Clear float on all when navbar is collapsed - v3,!7344Fixed .spanX selector (*= instead of ^=),!7346Fix compilation error,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7509Proposed fix for allowing Collapse events ('show'/'hide') to be cancelled,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7651Drop the sizzle dependency to allow smaller builds targeting mobile devices
Showing with 8 additions and 0 deletions
+8 -0
...@@ -390,6 +390,8 @@ section > ul li { ...@@ -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 { ...@@ -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;
} }
......
Supports Markdown
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