aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-theme.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-18 20:11:36 -0700
committerMark Otto <[email protected]>2013-08-18 20:11:36 -0700
commitf584500211af84038bcff9b363343eb02cda6ccd (patch)
tree124eb3d18c886b08b725a2b6e0c41c44c3abcff0 /dist/css/bootstrap-theme.css
parent2e9184366129139bb9b64b679a0e75a3c556465e (diff)
parenta1db2d7a5ee452ee272f0d040aceec6f947a8b75 (diff)
downloadbootstrap-f584500211af84038bcff9b363343eb02cda6ccd.tar.xz
bootstrap-f584500211af84038bcff9b363343eb02cda6ccd.zip
Merge pull request #9819 from twbs/bs3_panel_base_class
BS3: Refactor panels to require default class
Diffstat (limited to 'dist/css/bootstrap-theme.css')
-rw-r--r--dist/css/bootstrap-theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css
index cfe301c8c..ad1173569 100644
--- a/dist/css/bootstrap-theme.css
+++ b/dist/css/bootstrap-theme.css
@@ -317,7 +317,7 @@
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
-.panel-heading {
+.panel-default > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);