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-24 01:23:13 +0400
committerMark Otto <otto@github.com>2013-08-24 01:23:13 +0400
commit12a70cec888da0c41dba287e7207be10b5504680 (patch)
tree464d7c2e33af8380ec9d398f73e225ee82e186ec /dist/css/bootstrap-theme.css
parent2b37d2b5333c0b10d5be53865a1a153d5ac4a4b5 (diff)
Run grunt dist on theme for some reason
Diffstat (limited to 'dist/css/bootstrap-theme.css')
-rw-r--r--dist/css/bootstrap-theme.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css
index f4f1916cae..9e5badcd52 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);
}