diff options
| author | Mark Otto <[email protected]> | 2012-06-13 22:04:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-13 22:04:02 -0700 |
| commit | cda48d41baacf1f515dbdd4ef091a42eff26b469 (patch) | |
| tree | a0b00dfd90a97e972b110fc0ef5b9fb2791d119a | |
| parent | 3ead14a1e082b95a792339a549b14df59f53de2b (diff) | |
| download | bootstrap-cda48d41baacf1f515dbdd4ef091a42eff26b469.tar.xz bootstrap-cda48d41baacf1f515dbdd4ef091a42eff26b469.zip | |
fix #gradientBar to .gradientBar in LESS docs
| -rw-r--r-- | docs/less.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/less.html b/docs/less.html index ffe6aee14..418bfc434 100644 --- a/docs/less.html +++ b/docs/less.html @@ -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> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 6606f4ca8..4c0a9f19f 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -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> |
