diff options
| author | Mark Otto <[email protected]> | 2013-02-05 00:30:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-05 00:30:03 -0800 |
| commit | c09b994eea35da794b1905bf0a56485aeb28158a (patch) | |
| tree | 2391ff53747900418dcdf0b80bcc615fd17117d9 /less/button-groups.less | |
| parent | 5c1cc722e7a91f8b0b386458e21ff471c577e495 (diff) | |
| download | bootstrap-c09b994eea35da794b1905bf0a56485aeb28158a.tar.xz bootstrap-c09b994eea35da794b1905bf0a56485aeb28158a.zip | |
Add justified button groups for link buttons; reorganize dropdowns and button groups docs sections
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 340b342e7..c2b9f3608 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -142,3 +142,17 @@ .btn-group-vertical .btn-large:last-child { border-radius: 0 0 @border-radius-large @border-radius-large; } + + +// Justified button groups +// ---------------------- + +.btn-group-justified { + display: table; + width: 100%; + .btn { + float: none; + display: table-cell; + width: 1%; + } +} |
