Merge branch 'hotfix-section' into develop

This commit is contained in:
rhyneav 2017-11-08 13:07:57 -05:00
commit 65f1740329
2 changed files with 15 additions and 1 deletions

15
PULL_REQUEST_TEMPLATE.md Normal file
View file

@ -0,0 +1,15 @@
## Brief description
...
## Developer Certificate of Origin
- [ ] I certify that these changes according to the Developer Certificate of Origin 1.1 as described at <https://developercertificate.org/>.
## Sample pictures
...
## Further details
...

View file

@ -649,7 +649,6 @@ function add(x, y) {
</div>
<div id="colors" class="section">
<div class="section">
<h2>Cards</h2>
<h4>Full card example</h4>
<p>It is possible to not put all the sub-classes like card-title, card-subtitle, card-text, ... But instead the framework will recognize the element properly if it's a h4, h5, p, ... And you need to put all this content on a div with card class.</p>