mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix double @@ on less pages
This commit is contained in:
parent
8df906e641
commit
c56eb0962a
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
4
docs/templates/pages/less.mustache
vendored
4
docs/templates/pages/less.mustache
vendored
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue