aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-13 22:04:02 -0700
committerMark Otto <[email protected]>2012-06-13 22:04:02 -0700
commitcda48d41baacf1f515dbdd4ef091a42eff26b469 (patch)
treea0b00dfd90a97e972b110fc0ef5b9fb2791d119a /docs/templates
parent3ead14a1e082b95a792339a549b14df59f53de2b (diff)
downloadbootstrap-cda48d41baacf1f515dbdd4ef091a42eff26b469.tar.xz
bootstrap-cda48d41baacf1f515dbdd4ef091a42eff26b469.zip
fix #gradientBar to .gradientBar in LESS docs
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/less.mustache2
1 files changed, 1 insertions, 1 deletions
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>