diff options
| author | Mark Otto <[email protected]> | 2013-08-18 19:40:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 19:40:57 -0700 |
| commit | bab51d27ace206c9c691ab7a43657774cbd2b852 (patch) | |
| tree | 771632d8ac02f4b3e279655d999e06c2eadaef80 /dist/css/bootstrap-theme.css | |
| parent | d5cd040f57b5b1036a7a927332a3220cceefae43 (diff) | |
| download | bootstrap-bab51d27ace206c9c691ab7a43657774cbd2b852.tar.xz bootstrap-bab51d27ace206c9c691ab7a43657774cbd2b852.zip | |
Refactor panels to have a base class for improved flexibility when customizing (and no overriding to start, too)
Diffstat (limited to 'dist/css/bootstrap-theme.css')
| -rw-r--r-- | dist/css/bootstrap-theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css index d8bf7e102..f0f9dbfb9 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%); |
