fix double @@ on less pages

This commit is contained in:
Mark Otto 2012-06-04 18:39:02 -07:00
parent 8df906e641
commit c56eb0962a
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>