aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-17 23:32:52 -0700
committerMark Otto <[email protected]>2012-07-17 23:32:52 -0700
commitaac3736eeaa1ff1eaf3a6a04502efd6d5b9e7e49 (patch)
treefd4a67d6ce3c93bad32076d8b90ddabb29ad8903 /docs/templates
parentcb1a59caa013e0fbe992bb305502f37bc7141c92 (diff)
downloadbootstrap-aac3736eeaa1ff1eaf3a6a04502efd6d5b9e7e49.tar.xz
bootstrap-aac3736eeaa1ff1eaf3a6a04502efd6d5b9e7e49.zip
fixes #3845: add .btn-link for transparent buttons styled as links
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index c150521cc..481974591 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1362,6 +1362,11 @@
<td><code>btn btn-inverse</code></td>
<td>{{_i}}Alternate dark gray button, not tied to a semantic action or use{{/i}}</td>
</tr>
+ <tr>
+ <td><button type="button" class="btn btn-link">{{_i}}Link{{/i}}</button></td>
+ <td><code>btn btn-link</code></td>
+ <td>{{_i}}Deemphasize a button by making it look like a link while maintaining button behavior{{/i}}</td>
+ </tr>
</tbody>
</table>