diff options
| author | Mark Otto <[email protected]> | 2012-02-16 21:28:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-16 21:28:16 -0800 |
| commit | 268e7d67abb32ed5cfc575c71f03d635672e781c (patch) | |
| tree | 7d32b7d1b73dfe529e4f61368355bb357156c488 /less | |
| parent | 61e2201c64a9a61792680c2b1d236b0a753ed182 (diff) | |
| download | bootstrap-268e7d67abb32ed5cfc575c71f03d635672e781c.tar.xz bootstrap-268e7d67abb32ed5cfc575c71f03d635672e781c.zip | |
add mini buttons per #1971
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less index 292e04626..55e9fbf1c 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -92,6 +92,13 @@ margin-top: -1px; } +// Mini +.btn-mini { + padding: 2px 6px; + font-size: @baseFontSize - 2px; + line-height: @baseLineHeight - 4px; +} + // Alternate buttons // -------------------------------------------------- |
