Revert errant local theme modifications in [12036]. Note to self: svn status is your friend.
git-svn-id: https://develop.svn.wordpress.org/trunk@12038 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
492763166b
commit
8b3529decc
@ -17,9 +17,6 @@ get_header(); ?>
|
||||
<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
|
||||
|
||||
<div class="entry">
|
||||
<?php if ( has_post_image() ) : ?>
|
||||
<p class="post-thumbnail"><?php the_post_image( array( '150', '150') ) ?></p>
|
||||
<?php endif; ?>
|
||||
<?php the_content('Read the rest of this entry »'); ?>
|
||||
</div>
|
||||
|
||||
|
@ -712,10 +712,6 @@ div.aligncenter {
|
||||
}
|
||||
/* End captions */
|
||||
|
||||
p.post-thumbnail {
|
||||
float: left;
|
||||
margin: 0 10px 10px 0;
|
||||
}
|
||||
|
||||
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
|
||||
It won't be a stylish marriage, I can't afford a carriage.
|
||||
|
Loading…
Reference in New Issue
Block a user