Skip to content

Commit

Permalink
Apply modal--show class in README example to match CSS output
Browse files Browse the repository at this point in the history
Closes #160.
  • Loading branch information
drublic committed Oct 12, 2014
1 parent 617c577 commit 1062d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fast!
You need to include the markup and content for modals in your website. This has
a positive effect on SEO. The example code:

<section class="semantic-content" id="modal-text" tabindex="-1"
<section class="modal--show" id="modal-text" tabindex="-1"
role="dialog" aria-labelledby="modal-label" aria-hidden="true">

<div class="modal-inner">
Expand Down

0 comments on commit 1062d6a

Please sign in to comment.