From c09b994eea35da794b1905bf0a56485aeb28158a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Feb 2013 00:30:03 -0800 Subject: Add justified button groups for link buttons; reorganize dropdowns and button groups docs sections --- less/button-groups.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'less/button-groups.less') 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%; + } +} -- cgit v1.2.3