diff options
| author | ctalkington <[email protected]> | 2012-03-15 14:21:27 -0500 |
|---|---|---|
| committer | ctalkington <[email protected]> | 2012-03-15 14:21:27 -0500 |
| commit | bf09c979ca8f8275806e8ca3eef57ad484b2951e (patch) | |
| tree | 74a977a9d6f7eb0dff4afacc62b99d8370f575fb /docs | |
| parent | 8e0afbeaa42dfabb75817b7fc1c677cd372c8c43 (diff) | |
| download | bootstrap-bf09c979ca8f8275806e8ca3eef57ad484b2951e.tar.xz bootstrap-bf09c979ca8f8275806e8ca3eef57ad484b2951e.zip | |
make brand links follow navbarLinkColor but also be customizable in advanced cases.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 081f97ee0..142020181 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2868,7 +2868,7 @@ input[type="submit"].btn.btn-mini { font-size: 20px; font-weight: 200; line-height: 1; - color: #ffffff; + color: #999999; } .navbar .navbar-text { margin-bottom: 0; |
