Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
cda48d41
Commit
cda48d41
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix #gradientBar to .gradientBar in LESS docs
parent
3ead14a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/less.html
+1
-1
docs/less.html
docs/templates/pages/less.mustache
+1
-1
docs/templates/pages/less.mustache
with
2 additions
and
2 deletions
+2
-2
docs/less.html
+
1
-
1
View file @
cda48d41
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/less.mustache
+
1
-
1
View file @
cda48d41
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment