diff options
| author | Mark Otto <[email protected]> | 2012-11-28 00:46:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-28 00:46:09 -0800 |
| commit | fda5bb135e0a91f335f1e3bd4e5313070f6e0708 (patch) | |
| tree | 37bdb3e154e1393ccc3f377f809e1f6e79c14c64 /less | |
| parent | 74f51105e980176caddda430959ffc536b3610ec (diff) | |
| download | bootstrap-fda5bb135e0a91f335f1e3bd4e5313070f6e0708.tar.xz bootstrap-fda5bb135e0a91f335f1e3bd4e5313070f6e0708.zip | |
Fixes #5963: Add large button example to icons, fix vertical alignment in large buttons
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 e0afbed96..78371c6ff 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -73,7 +73,7 @@ } .btn-large [class^="icon-"], .btn-large [class*=" icon-"] { - margin-top: 2px; + margin-top: 4px; } // Small |
