diff options
| author | Mark Otto <[email protected]> | 2012-01-27 19:57:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 19:57:53 -0800 |
| commit | 0fa642291843fbeab66960c6fc635681c1241586 (patch) | |
| tree | eea465eb6e4ae74250a45a2d2af1906be4064d15 /docs | |
| parent | d02c6957d44761c35121cb88af727802ce4d9e5e (diff) | |
| download | bootstrap-0fa642291843fbeab66960c6fc635681c1241586.tar.xz bootstrap-0fa642291843fbeab66960c6fc635681c1241586.zip | |
icon spacing in small buttons and nav lists
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 6eff3a589..c1562c203 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Fri Jan 27 19:45:56 PST 2012 + * Date: Fri Jan 27 19:56:12 PST 2012 */ article, aside, @@ -1673,6 +1673,9 @@ table .span12 { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #0088cc; } +.nav.list .icon { + margin-right: 2px; +} .tabs, .pills { *zoom: 1; } @@ -2655,7 +2658,7 @@ table .span12 { line-height: 16px; } .btn.small .icon { - margin-top: -2px; + margin-top: -1px; } button.btn, input[type=submit].btn { *padding-top: 2px; |
