mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix #gradientBar to .gradientBar in LESS docs
This commit is contained in:
parent
3ead14a1e0
commit
cda48d41ba
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
2
docs/templates/pages/less.mustache
vendored
2
docs/templates/pages/less.mustache
vendored
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue