0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

fix #gradientBar to .gradientBar in LESS docs

This commit is contained in:
Mark Otto 2012-06-13 22:04:02 -07:00
parent 3ead14a1e0
commit cda48d41ba
2 changed files with 2 additions and 2 deletions

View File

@ -948,7 +948,7 @@
<td>Create a cross-browser striped background gradient</td>
</tr>
<tr>
<td><code>#gradientBar()</code></td>
<td><code>.gradientBar()</code></td>
<td><code>@primaryColor, @secondaryColor</code></td>
<td>Used for buttons to assign a gradient and slightly darker border</td>
</tr>

View File

@ -871,7 +871,7 @@
<td>{{_i}}Create a cross-browser striped background gradient{{/i}}</td>
</tr>
<tr>
<td><code>#gradientBar()</code></td>
<td><code>.gradientBar()</code></td>
<td><code>@primaryColor, @secondaryColor</code></td>
<td>{{_i}}Used for buttons to assign a gradient and slightly darker border{{/i}}</td>
</tr>