diff options
| author | Mark Otto <[email protected]> | 2012-08-17 16:11:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-17 16:11:52 -0700 |
| commit | 5b947b8a2f801d33af2fe8d78f9655ce1ebd5e7c (patch) | |
| tree | a57b9c4931502db77f9f21fa4e2ab5d4c9cec6d2 /docs/assets | |
| parent | f9deb8017a81fd3d88306fab2d0a5715df9dfe74 (diff) | |
| download | bootstrap-5b947b8a2f801d33af2fe8d78f9655ce1ebd5e7c.tar.xz bootstrap-5b947b8a2f801d33af2fe8d78f9655ce1ebd5e7c.zip | |
fix up padding on small buttons, add button examples
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c726bf0a3..71209d601 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2037,6 +2037,7 @@ table .span24 { display: inline-block; width: 14px; height: 14px; + margin-top: 1px; *margin-right: .3em; line-height: 14px; vertical-align: text-top; @@ -3016,17 +3017,17 @@ button.close { } .btn-large [class^="icon-"] { - margin-top: 1px; + margin-top: 2px; } .btn-small { - padding: 5px 9px; + padding: 3px 9px; font-size: 12px; line-height: 18px; } .btn-small [class^="icon-"] { - margin-top: -1px; + margin-top: 0; } .btn-mini { |
