diff options
| author | Mark Otto <[email protected]> | 2013-08-23 14:26:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-23 14:26:40 -0700 |
| commit | ae96cfd909b98398bbe888e87e35f3459d122030 (patch) | |
| tree | dc9204917ab2a1409519536da53568cd75bd29b6 /dist/css/bootstrap-theme.css | |
| parent | 7b0d035dd4cea21bcbd01c3d16764a90e9ce009b (diff) | |
| parent | fab039f29b6f60a0766201256a3439bf4459fdb4 (diff) | |
| download | bootstrap-ae96cfd909b98398bbe888e87e35f3459d122030.tar.xz bootstrap-ae96cfd909b98398bbe888e87e35f3459d122030.zip | |
Merge pull request #9966 from twbs/header-font-size-vars
add variables for heading font sizes; fixes #9921
Diffstat (limited to 'dist/css/bootstrap-theme.css')
| -rw-r--r-- | dist/css/bootstrap-theme.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css index f4f1916ca..9e5badcd5 100644 --- a/dist/css/bootstrap-theme.css +++ b/dist/css/bootstrap-theme.css @@ -222,12 +222,12 @@ } .navbar-inverse .navbar-nav > .active > a { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#272727)); - background-image: -webkit-linear-gradient(top, #222222, 0%, #272727, 100%); - background-image: -moz-linear-gradient(top, #222222 0%, #272727 100%); - background-image: linear-gradient(to bottom, #222222 0%, #272727 100%); + background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828)); + background-image: -webkit-linear-gradient(top, #222222, 0%, #282828, 100%); + background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%); + background-image: linear-gradient(to bottom, #222222 0%, #282828 100%); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff272727', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); } |
