aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
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/base-css.html
parentcb1a59caa013e0fbe992bb305502f37bc7141c92 (diff)
downloadbootstrap-aac3736eeaa1ff1eaf3a6a04502efd6d5b9e7e49.tar.xz
bootstrap-aac3736eeaa1ff1eaf3a6a04502efd6d5b9e7e49.zip
fixes #3845: add .btn-link for transparent buttons styled as links
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html19
1 files changed, 13 insertions, 6 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index a6b545c1d..a23008dd1 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -712,12 +712,14 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
</table>
</div>
<pre class="prettyprint linenums">
-&lt;tr class="success"&gt;
- &lt;td&gt;1&lt;/td&gt;
- &lt;td&gt;TB - Monthly&lt;/td&gt;
- &lt;td&gt;01/04/2012&lt;/td&gt;
- &lt;td&gt;Approved&lt;/td&gt;
-&lt;/tr&gt;
+...
+ &lt;tr class="success"&gt;
+ &lt;td&gt;1&lt;/td&gt;
+ &lt;td&gt;TB - Monthly&lt;/td&gt;
+ &lt;td&gt;01/04/2012&lt;/td&gt;
+ &lt;td&gt;Approved&lt;/td&gt;
+ &lt;/tr&gt;
+...
</pre>
@@ -1423,6 +1425,11 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<td><code>btn btn-inverse</code></td>
<td>Alternate dark gray button, not tied to a semantic action or use</td>
</tr>
+ <tr>
+ <td><button type="button" class="btn btn-link">Link</button></td>
+ <td><code>btn btn-link</code></td>
+ <td>Deemphasize a button by making it look like a link while maintaining button behavior</td>
+ </tr>
</tbody>
</table>