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 /less | |
| parent | f9deb8017a81fd3d88306fab2d0a5715df9dfe74 (diff) | |
| download | bootstrap-5b947b8a2f801d33af2fe8d78f9655ce1ebd5e7c.tar.xz bootstrap-5b947b8a2f801d33af2fe8d78f9655ce1ebd5e7c.zip | |
fix up padding on small buttons, add button examples
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less index 872b5aec1..204b1269e 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -84,7 +84,7 @@ // Small .btn-small { - padding: 5px 9px; + padding: 3px 9px; font-size: @baseFontSize - 2px; line-height: @baseLineHeight - 2px; } |
