aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-05 00:30:03 -0800
committerMark Otto <[email protected]>2013-02-05 00:30:03 -0800
commitc09b994eea35da794b1905bf0a56485aeb28158a (patch)
tree2391ff53747900418dcdf0b80bcc615fd17117d9 /less
parent5c1cc722e7a91f8b0b386458e21ff471c577e495 (diff)
downloadbootstrap-c09b994eea35da794b1905bf0a56485aeb28158a.tar.xz
bootstrap-c09b994eea35da794b1905bf0a56485aeb28158a.zip
Add justified button groups for link buttons; reorganize dropdowns and button groups docs sections
Diffstat (limited to 'less')
-rw-r--r--less/button-groups.less14
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%;
+ }
+}