Making WordPress.org


Ignore:
Timestamp:
04/20/2014 10:01:44 AM (12 years ago)
Author:
Otto42
Message:

Kill the min-height, use masonry instead. See #201

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/front-page.php

    r119 r547  
    88        <div class="wrapper">
    99                <h2 class="section-title"><?php _e( 'There are many different ways for you to get involved with WordPress:', 'make-wporg' ); ?></h2>
     10                <div class="js-masonry" data-masonry-options='{ "itemSelector": ".make_site" }'>
    1011                <?php
    1112                        $sites_query = new WP_Query( 'post_type=make_site&posts_per_page=-1&order=ASC' );
     
    4142                        </article>
    4243                <?php endwhile; ?>
    43 
     44                </div>
    4445        </div>
    4546</section>
Note: See TracChangeset for help on using the changeset viewer.