diff options
| author | Mark Otto <[email protected]> | 2012-11-05 18:27:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-05 18:27:25 -0800 |
| commit | c0bbe1692c72d046f7496a9dc90329cc1a51c54d (patch) | |
| tree | e8a98b7f91814c244b1209fc05ff40b89adec3fb /docs/assets/css/bootstrap.css | |
| parent | 34880e3ef569c7ed8116f033bedb038129dd304b (diff) | |
| parent | 79b701722797d9f5b2e90825c0621d44c0ad6030 (diff) | |
| download | bootstrap-c0bbe1692c72d046f7496a9dc90329cc1a51c54d.tar.xz bootstrap-c0bbe1692c72d046f7496a9dc90329cc1a51c54d.zip | |
Merge branch '2.2.2-wip' into exploratory
Conflicts:
docs/assets/css/bootstrap.css
less/navbar.less
less/variables.less
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 84715df6f..aa250e0c7 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1,5 +1,5 @@ /*! - * Bootstrap v2.2.1 + * Bootstrap v2.2.2 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 @@ -3758,7 +3758,6 @@ input[type="button"].btn-block { padding: 0 20px; margin-bottom: 20px; overflow: visible; - color: #777777; background-color: #fafafa; background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); @@ -3811,6 +3810,7 @@ input[type="button"].btn-block { .navbar-text { margin-bottom: 0; line-height: 44px; + color: #777777; } .navbar-link { @@ -4129,7 +4129,6 @@ input[type="button"].btn-block { } .navbar-inverse { - color: #999999; background-color: #1b1b1b; background-image: -moz-linear-gradient(top, #222222, #111111); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111)); @@ -4152,6 +4151,10 @@ input[type="button"].btn-block { color: #ffffff; } +.navbar-inverse .navbar-text { + color: #999999; +} + .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover { color: #ffffff; |
