diff options
| author | Mark Otto <[email protected]> | 2013-07-25 21:16:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-25 21:16:43 -0700 |
| commit | 56404bc89b590ee48313634b0bf2be8591fae233 (patch) | |
| tree | 3c111f33189a57bbcdc7414ab2a3a0bb50a59cdc /dist/css/bootstrap.css | |
| parent | ac4e7db17f3999a3b4e8625b47dda1d186b19330 (diff) | |
| download | bootstrap-56404bc89b590ee48313634b0bf2be8591fae233.tar.xz bootstrap-56404bc89b590ee48313634b0bf2be8591fae233.zip | |
Add `.panel-title` to panel component to mirror modals
/cc @leeaston
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 11339c516..f60f59878 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2269,14 +2269,19 @@ a.list-group-item.active .list-group-item-text { .panel-heading { padding: 10px 15px; margin: -15px -15px 15px; - font-size: 17.5px; - font-weight: 500; background-color: #f5f5f5; border-bottom: 1px solid #dddddd; border-top-right-radius: 3px; border-top-left-radius: 3px; } +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 17.5px; + font-weight: 500; +} + .panel-footer { padding: 10px 15px; margin: 15px -15px -15px; |
