Skip to content

Commit

Permalink
Merge pull request #100 from adaptlearning/issue/1104
Browse files Browse the repository at this point in the history
Resolves #1104, removes 'h5' class from gmcq-item-inner
  • Loading branch information
moloko authored Jun 20, 2016
2 parents 17a36c0 + 97cfc73 commit ead122f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ label is not a visible element. It is utilized by assistive technology such as s
No known limitations.

----------------------------
**Version number:** 2.0.3 <a href="https://community.adaptlearning.org/" target="_blank"><img src="https://github.com/adaptlearning/documentation/blob/master/04_wiki_assets/plug-ins/images/adapt-logo-mrgn-lft.jpg" alt="adapt learning logo" align="right"></a>
**Version number:** 2.0.4 <a href="https://community.adaptlearning.org/" target="_blank"><img src="https://github.com/adaptlearning/documentation/blob/master/04_wiki_assets/plug-ins/images/adapt-logo-mrgn-lft.jpg" alt="adapt learning logo" align="right"></a>
**Framework versions:** 2.0
**Author / maintainer:** Adapt Core Team with [contributors](https://github.com/adaptlearning/adapt-contrib-gmcq/graphs/contributors)
**Accessibility support:** WAI AA
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-gmcq",
"version": "2.0.3",
"version": "2.0.4",
"framework": "^2.0.0",
"homepage": "https://github.com/adaptlearning/adapt-contrib-gmcq",
"issues": "https://github.com/adaptlearning/adapt_framework/issues/new?title=contrib-gmcq%3A%20please%20enter%20a%20brief%20summary%20of%20the%20issue%20here&body=please%20provide%20a%20full%20description%20of%20the%20problem,%20including%20steps%20on%20how%20to%20replicate,%20what%20browser(s)/device(s)%20the%20problem%20occurs%20on%20and,%20where%20helpful,%20screenshots.",
Expand Down
2 changes: 1 addition & 1 deletion templates/gmcq.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="gmcq-item-icon gmcq-correct-icon icon icon-tick"></div>
<div class="gmcq-item-icon gmcq-incorrect-icon icon icon-cross"></div>
</div>
<div class="gmcq-item-inner h5">
<div class="gmcq-item-inner">
{{{text}}}
</div>
</div>
Expand Down

0 comments on commit ead122f

Please sign in to comment.