Make WordPress Core

Changeset 12038


Ignore:
Timestamp:
10/15/2009 02:20:35 PM (16 years ago)
Author:
markjaquith
Message:

Revert errant local theme modifications in [12036]. Note to self: svn status is your friend.

Location:
trunk/wp-content/themes/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/index.php

    r12036 r12038  
    1818
    1919                <div class="entry">
    20                     <?php if ( has_post_image() ) : ?>
    21                         <p class="post-thumbnail"><?php the_post_image( array( '150', '150') ) ?></p>
    22                     <?php endif; ?>
    2320                    <?php the_content('Read the rest of this entry &raquo;'); ?>
    2421                </div>
  • trunk/wp-content/themes/default/style.css

    r12036 r12038  
    713713/* End captions */
    714714
    715 p.post-thumbnail {
    716     float: left;
    717     margin: 0 10px 10px 0;
    718 }
    719715
    720716/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
Note: See TracChangeset for help on using the changeset viewer.