diff options
| author | Mark Otto <[email protected]> | 2013-03-31 17:27:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-31 17:27:22 -0700 |
| commit | d6f37f3c568ed70a7e20fdaa5429501d5af406a7 (patch) | |
| tree | 3cf8a347963a30b409da92a82b6715f0c80f9ef8 /docs | |
| parent | 376bd20b3a8714546c87676a6cc87ed1f85e7c90 (diff) | |
| download | bootstrap-d6f37f3c568ed70a7e20fdaa5429501d5af406a7.tar.xz bootstrap-d6f37f3c568ed70a7e20fdaa5429501d5af406a7.zip | |
@link-color-hover to @link-hover-color
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 27e532f58..4c3cc20ac 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3350,8 +3350,8 @@ button.close { margin-top: 8px; } .nav .dropdown-toggle:hover .caret { - border-top-color: @link-color-hover; - border-bottom-color: @link-color-hover; + border-top-color: @link-hover-color; + border-bottom-color: @link-hover-color; } // Active dropdown links |
