Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-08-19 06:40:57 +0400
committerMark Otto <otto@github.com>2013-08-19 06:40:57 +0400
commitbab51d27ace206c9c691ab7a43657774cbd2b852 (patch)
tree771632d8ac02f4b3e279655d999e06c2eadaef80 /dist/css/bootstrap-theme.css
parentd5cd040f57b5b1036a7a927332a3220cceefae43 (diff)
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.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css
index d8bf7e102c..f0f9dbfb9f 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%);