diff options
| author | Jacob Thornton <[email protected]> | 2013-08-11 15:17:30 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-08-11 15:17:30 -0700 |
| commit | b8ed111a18deaa766862f9bb0a5dd340a3d02675 (patch) | |
| tree | 9d1b594daadd11893f3df0ce638b87fce5693d4d /dist/css/bootstrap.css | |
| parent | 89b3cb0dacd71fc7b20e125851f05f9ed266b50d (diff) | |
| parent | 9b07b999d2d133487347f3b7a24dc72c47b52506 (diff) | |
| download | bootstrap-b8ed111a18deaa766862f9bb0a5dd340a3d02675.tar.xz bootstrap-b8ed111a18deaa766862f9bb0a5dd340a3d02675.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 65ec51fd0..cc81264ef 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2426,6 +2426,14 @@ a.list-group-item.active .list-group-item-text { border-bottom: 0; } +.panel-heading + .list-group { + margin-top: -15px; +} + +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; +} + .panel-heading { padding: 10px 15px; margin: -15px -15px 15px; |
