_s: Add `.page-content` class to `style.css` to encourage styling. Also

removes some redundant comments.
This commit is contained in:
obenland 2013-07-11 12:18:47 -07:00
parent cb2d9d1e9e
commit d406dc8f8c
2 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,7 @@ get_header(); ?>
<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?> <?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>
</div><!-- .page-content --> </div><!-- .page-content -->
</section><!-- .error404 .not-found --> </section><!-- .error-404 -->
</div><!-- #content --> </div><!-- #content -->
</div><!-- #primary --> </div><!-- #primary -->

View File

@ -469,6 +469,7 @@ a:active {
.group-blog .byline { .group-blog .byline {
display: inline; display: inline;
} }
.page-content,
.entry-content, .entry-content,
.entry-summary { .entry-summary {
margin: 1.5em 0 0; margin: 1.5em 0 0;
@ -491,6 +492,7 @@ a:active {
/* =Media /* =Media
----------------------------------------------- */ ----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley, .entry-content img.wp-smiley,
.comment-content img.wp-smiley { .comment-content img.wp-smiley {
border: none; border: none;