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 | |
| parent | 526d77af6188427e1ed6cc3ec280e08e986379ac (diff) | |
| download | bootstrap-3a21891824f3f0af06da750bb768902e171b2ca0.tar.xz bootstrap-3a21891824f3f0af06da750bb768902e171b2ca0.zip | |
#3469: add variables for dropdown menu dividers
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/less.html | 8 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 8 |
2 files changed, 16 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> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 0532b2f9c..bb7148453 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -537,6 +537,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>{{_i}}Hero unit{{/i}}</h4> |
