diff options
| author | Mark Otto <[email protected]> | 2015-08-10 16:31:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-10 16:31:28 -0700 |
| commit | 121615ceba7845faf7384ac8d5fa1975f84c9583 (patch) | |
| tree | 60d6cb39736c625cb8820379dd5bfd8b80dc15a6 /scss | |
| parent | 9fe6b85c32cf157268230b50f5ce85a8ad0d45bc (diff) | |
| download | bootstrap-121615ceba7845faf7384ac8d5fa1975f84c9583.tar.xz bootstrap-121615ceba7845faf7384ac8d5fa1975f84c9583.zip | |
dropdown fixes and dropdown docs tweaks
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_dropdown.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 88f599ea9..db7ee2a87 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -50,7 +50,7 @@ @include box-shadow(0 6px 12px rgba(0,0,0,.175)); // Dividers (basically an hr) within the dropdown - .divider { + .dropdown-divider { @include nav-divider($dropdown-divider-bg); } |
