diff options
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/less.mustache | 8 |
1 files changed, 8 insertions, 0 deletions
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> |
