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
573ad10a
Commit
573ad10a
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
fix
#13337
by mentioning removal of .progress-* contextual classes
parent
99b5405c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/migration.html
+5
-0
docs/migration.html
with
5 additions
and
0 deletions
+5
-0
docs/migration.html
+
5
-
0
View file @
573ad10a
...
@@ -410,6 +410,11 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
...
@@ -410,6 +410,11 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
<td><code>
.help-inline
</code></td>
<td><code>
.help-inline
</code></td>
<td>
No exact equivalent, but
<code>
.help-block
</code>
is similar.
</td>
<td>
No exact equivalent, but
<code>
.help-block
</code>
is similar.
</td>
</tr>
</tr>
<tr>
<td>
Non-bar-level progress colors
</td>
<td><code>
.progress-info
</code>
<code>
.progress-success
</code>
<code>
.progress-warning
</code>
<code>
.progress-danger
</code></td>
<td>
Use
<code>
.progress-bar-*
</code>
on the
<code>
.progress-bar
</code>
instead.
</td>
</tr>
</tbody>
</tbody>
</table>
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.table-responsive -->
...
...
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