UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

20 lines (19 loc) 817 B
{% if page.notification-drawer %} {% include widgets/layouts/nav-horizontal-notification-drawer.html %} {% else %} {% include widgets/navigation/horizontal-primary-nav-bar.html %} {% endif %} <div class="container-fluid container-cards-pf"> {% include widgets/layouts/cards-alt.html %} </div> <script> $(document).ready(function() { // matchHeight the contents of each .card-pf and then the .card-pf itself $(".row-cards-pf > [class*='col'] > .card-pf .card-pf-title").matchHeight(); $(".row-cards-pf > [class*='col'] > .card-pf > .card-pf-body").matchHeight(); $(".row-cards-pf > [class*='col'] > .card-pf > .card-pf-footer").matchHeight(); $(".row-cards-pf > [class*='col'] > .card-pf").matchHeight(); // initialize tooltips $('[data-toggle="tooltip"]').tooltip(); }); </script>