diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/less.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/less.html b/docs/less.html index 8f1ebf7ad..ad860bd4b 100644 --- a/docs/less.html +++ b/docs/less.html @@ -610,11 +610,11 @@ <td><code>@linkColor</code></td> </tr> <tr> - <td><code>@@dropdownDividerTop</code></td> + <td><code>@dropdownDividerTop</code></td> <td><code>#e5e5e5</code></td> </tr> <tr> - <td><code>@@dropdownDividerBottom</code></td> + <td><code>@dropdownDividerBottom</code></td> <td><code>@white</code></td> </tr> </tbody> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 7bdbe7614..e24d2c5fe 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -532,11 +532,11 @@ <td><code>@linkColor</code></td> </tr> <tr> - <td><code>@@dropdownDividerTop</code></td> + <td><code>@dropdownDividerTop</code></td> <td><code>#e5e5e5</code></td> </tr> <tr> - <td><code>@@dropdownDividerBottom</code></td> + <td><code>@dropdownDividerBottom</code></td> <td><code>@white</code></td> </tr> </tbody> |
