diff options
| author | Mark Otto <[email protected]> | 2013-12-18 14:27:21 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-18 14:27:21 -0800 |
| commit | 3416e87a97d6a70f97c41326afd8c5120acbeb22 (patch) | |
| tree | 4aafa37bac7d0a867fb6a52122cf22d4214943cf /dist/css/bootstrap.css | |
| parent | 961687e4dbd3b88bf643f3e8496e191d812da382 (diff) | |
| download | bootstrap-3416e87a97d6a70f97c41326afd8c5120acbeb22.tar.xz bootstrap-3416e87a97d6a70f97c41326afd8c5120acbeb22.zip | |
restore inline block on breadcrumbs and ensure proper code formatting for readibility
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 3a7a5f8fd..04cb0f5e5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4094,7 +4094,7 @@ textarea.input-group-sm > .input-group-btn > .btn { border-radius: 4px; } .breadcrumb > li { - display: inline; + display: inline-block; } .breadcrumb > li + li:before { padding: 0 5px; |
