From f7b18963558f96d7d06f16aa265c7777efd9734f Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sun, 13 Aug 2017 11:26:06 -0400 Subject: [PATCH] Better link button example --- docs/buttons.html | 8 ++++---- source/docs/buttons.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/buttons.html b/docs/buttons.html index e1799667f..739e2ae22 100644 --- a/docs/buttons.html +++ b/docs/buttons.html @@ -114,12 +114,12 @@

Buttons can be styled to look like normal links with the button-link modifier. The appropriate sizing is placed so they align properly with regular buttons.

-
<button type="button">Button</button>
-<button type="button" class="button-link">Link</button>
+
<a href="#" class="button">Button</a>
+<a href="#" class="button button-link">Link</a>
 
- - + Button + Link

File Buttons

diff --git a/source/docs/buttons.md b/source/docs/buttons.md index 573e7ec8a..1f91f15cc 100644 --- a/source/docs/buttons.md +++ b/source/docs/buttons.md @@ -82,13 +82,13 @@ You can force buttons to have an active state by applying the `active` class. Buttons can be styled to look like normal links with the `button-link` modifier. The appropriate sizing is placed so they align properly with regular buttons. ```html - - +Button +Link ```
- - + Button + Link
### File Buttons