diff options
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> |
