diff options
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%; + } +} |
