diff options
| author | Mark Otto <[email protected]> | 2012-05-13 13:58:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-13 13:58:42 -0700 |
| commit | 3a21891824f3f0af06da750bb768902e171b2ca0 (patch) | |
| tree | c0d6f4c8f8a86316d1cbfb31dcc045872faf0d71 /docs/less.html | |
| parent | 526d77af6188427e1ed6cc3ec280e08e986379ac (diff) | |
| download | bootstrap-3a21891824f3f0af06da750bb768902e171b2ca0.tar.xz bootstrap-3a21891824f3f0af06da750bb768902e171b2ca0.zip | |
#3469: add variables for dropdown menu dividers
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/less.html b/docs/less.html index 781bd2fb7..476f5ac98 100644 --- a/docs/less.html +++ b/docs/less.html @@ -614,6 +614,14 @@ <td><code>@dropdownLinkBackgroundHover</code></td> <td><code>@linkColor</code></td> </tr> + <tr> + <td><code>@@dropdownDividerTop</code></td> + <td><code>#e5e5e5</code></td> + </tr> + <tr> + <td><code>@@dropdownDividerBottom</code></td> + <td><code>@white</code></td> + </tr> </tbody> </table> <h4>Hero unit</h4> |
