1
0
Fork 0
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:
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>