mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
change classname from .btn-dark to .btn-inverse, change use text
This commit is contained in:
+4
-4
@@ -1210,10 +1210,10 @@
|
||||
<td><code>.btn-danger</code></td>
|
||||
<td>{{_i}}Indicates a dangerous or potentially negative action{{/i}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="btn btn-dark" href="#">{{_i}}Dark{{/i}}</a></td>
|
||||
<td><code>.btn-dark</code></td>
|
||||
<td>{{_i}}Indicates a potential abort or black magic{{/i}}</td>
|
||||
<tr>
|
||||
<td><a class="btn btn-inverse" href="#">{{_i}}Inverse{{/i}}</a></td>
|
||||
<td><code>.btn-inverse</code></td>
|
||||
<td>{{_i}}Alternate dark gray button, not tied to a semantic action or use{{/i}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user