0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01: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> <td><code>@linkColor</code></td>
</tr> </tr>
<tr> <tr>
<td><code>@@dropdownDividerTop</code></td> <td><code>@dropdownDividerTop</code></td>
<td><code>#e5e5e5</code></td> <td><code>#e5e5e5</code></td>
</tr> </tr>
<tr> <tr>
<td><code>@@dropdownDividerBottom</code></td> <td><code>@dropdownDividerBottom</code></td>
<td><code>@white</code></td> <td><code>@white</code></td>
</tr> </tr>
</tbody> </tbody>

View File

@ -532,11 +532,11 @@
<td><code>@linkColor</code></td> <td><code>@linkColor</code></td>
</tr> </tr>
<tr> <tr>
<td><code>@@dropdownDividerTop</code></td> <td><code>@dropdownDividerTop</code></td>
<td><code>#e5e5e5</code></td> <td><code>#e5e5e5</code></td>
</tr> </tr>
<tr> <tr>
<td><code>@@dropdownDividerBottom</code></td> <td><code>@dropdownDividerBottom</code></td>
<td><code>@white</code></td> <td><code>@white</code></td>
</tr> </tr>
</tbody> </tbody>