diff options
| author | Mark Otto <[email protected]> | 2014-01-11 19:13:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-11 19:13:10 -0800 |
| commit | bacfd65cb2f9de9e9b4b3fcc83a3aef73befcb80 (patch) | |
| tree | dbeab5560ca6760fa65e9f342c517dcbe56475f9 /dist/css/bootstrap.css | |
| parent | ea20f44815b535975d1f1416fee15bd1ea7acdb3 (diff) | |
| parent | 80c9c14ab956459f07a7f1de8693a2ab693bcb51 (diff) | |
| download | bootstrap-bacfd65cb2f9de9e9b4b3fcc83a3aef73befcb80.tar.xz bootstrap-bacfd65cb2f9de9e9b4b3fcc83a3aef73befcb80.zip | |
Merge branch 'master' into docs_derp
Conflicts:
docs/getting-started.html
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9d9292f71..4ffdb07cc 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4881,6 +4881,9 @@ a.list-group-item-danger.active:focus { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } +.panel-group { + margin-bottom: 20px; +} .panel-group .panel { margin-bottom: 0; overflow: hidden; |
