diff options
| author | Mark Otto <[email protected]> | 2013-03-03 23:41:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-03 23:41:16 -0800 |
| commit | 6e8ee02421ae41c42ca8dc986dc5c074510f0460 (patch) | |
| tree | a26807b6709e2b3f17e5cfd668cb64cb2dfd48e4 /docs/assets/css/docs.css | |
| parent | bfdc6f860710d434775982e1e47704c174314970 (diff) | |
| download | bootstrap-6e8ee02421ae41c42ca8dc986dc5c074510f0460.tar.xz bootstrap-6e8ee02421ae41c42ca8dc986dc5c074510f0460.zip | |
tweak icons alignment
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 196cacb0f..267518bd0 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -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; } |
