From 56404bc89b590ee48313634b0bf2be8591fae233 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 Jul 2013 21:16:43 -0700 Subject: Add `.panel-title` to panel component to mirror modals /cc @leeaston --- dist/css/bootstrap.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3