diff options
| author | Mark Otto <[email protected]> | 2012-02-19 14:53:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-19 14:53:07 -0800 |
| commit | 16d12396d0f1f352280ae195ac60a15e7e95d666 (patch) | |
| tree | 9f578c65f2f246a75b711663930ac0459b096ecc /docs/assets/css | |
| parent | 1948e985a355c519b8f3940af0ce83d9fd3c5f83 (diff) | |
| download | bootstrap-16d12396d0f1f352280ae195ac60a15e7e95d666.tar.xz bootstrap-16d12396d0f1f352280ae195ac60a15e7e95d666.zip | |
simplify text color in navbar by placing the color on global .navbar component
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 71ab7a9d4..535f20a51 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2510,6 +2510,9 @@ button.btn.small, input[type="submit"].btn.small { .nav-collapse.collapse { height: auto; } +.navbar { + color: #999999; +} .navbar .brand:hover { text-decoration: none; } @@ -2526,11 +2529,6 @@ button.btn.small, input[type="submit"].btn.small { .navbar .navbar-text { margin-bottom: 0; line-height: 40px; - color: #999999; -} -.navbar .navbar-text a:hover { - color: #ffffff; - background-color: transparent; } .navbar .btn, .navbar .btn-group { margin-top: 5px; |
