From: Chris Rebert Date: Sat, 28 Nov 2015 04:12:37 +0000 (-0800) Subject: _dropdown.scss: Revise comments; fixes #18363 X-Git-Tag: v4.0.0-alpha.2~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a23cf74340ef11ed7de81c2e105062b1e7f511e7;p=thirdparty%2Fbootstrap.git _dropdown.scss: Revise comments; fixes #18363 [skip sauce] --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index c477dfb172..ab3dfce158 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -1,4 +1,4 @@ -// The dropdown wrapper (div) +// The dropdown wrapper (`
`) .dropup, .dropdown { position: relative; @@ -34,7 +34,7 @@ } } -// The dropdown menu (ul) +// The dropdown menu .dropdown-menu { position: absolute; top: 100%; @@ -56,14 +56,14 @@ @include box-shadow(0 6px 12px rgba(0,0,0,.175)); } -// Dividers (basically an hr) within the dropdown +// Dividers (basically an `
`) within the dropdown .dropdown-divider { @include nav-divider($dropdown-divider-bg); } // Links, buttons, and more within the dropdown menu // -// `