Skip to content

Commit

Permalink
fix button classs (mmistakes#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stelios3g authored and mmistakes committed Nov 27, 2017
1 parent fc11394 commit 1c55b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2012-01-03-layout-table-of-contents-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, c
Make any link standout more when applying the `.btn` class.

```html
<a href="#" class="btn btn-success">Success Button</a>
<a href="#" class="btn btn--success">Success Button</a>
```

<div markdown="0"><a href="#" class="btn">Primary Button</a></div>
Expand All @@ -95,4 +95,4 @@ Make any link standout more when applying the `.btn` class.
## Notices

**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph.
{: .notice}
{: .notice}

0 comments on commit 1c55b75

Please sign in to comment.