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 /docs/assets | |
| 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 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4abbee2cc..30fb6de1a 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3515,6 +3515,17 @@ button.close { border-radius: 0 0 6px 6px; } +.btn-group-justified { + display: table; + width: 100%; +} + +.btn-group-justified .btn { + display: table-cell; + float: none; + width: 1%; +} + .breadcrumb { padding: 8px 15px; margin: 0 0 20px; |
