diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-04-05 07:01:05 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-04-05 07:01:05 +0000 |
| commit | e2d5e084b2f6d8016046ded9ce09c2e26b0687ed (patch) | |
| tree | 8f645e07efad6907f20827f61aae39ed780c2990 /docs/dist/css/bootstrap.css | |
| parent | f93fba2bef8d187da10ea15f3e9aeb78bb879fd8 (diff) | |
| download | bootstrap-e2d5e084b2f6d8016046ded9ce09c2e26b0687ed.tar.xz bootstrap-e2d5e084b2f6d8016046ded9ce09c2e26b0687ed.zip | |
automatic `grunt dist`
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 0272fbb28..6cf751ff1 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4,7 +4,7 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; @@ -5508,6 +5508,10 @@ a.list-group-item-danger.active:focus { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } +.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { + border-top-left-radius: 0; + border-top-right-radius: 0; +} .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } |
