forked from mirror/_s
_s: Add `.page-content` class to `style.css` to encourage styling. Also
removes some redundant comments.
This commit is contained in:
parent
cb2d9d1e9e
commit
d406dc8f8c
2
404.php
2
404.php
|
@ -48,7 +48,7 @@ get_header(); ?>
|
|||
<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>
|
||||
|
||||
</div><!-- .page-content -->
|
||||
</section><!-- .error404 .not-found -->
|
||||
</section><!-- .error-404 -->
|
||||
|
||||
</div><!-- #content -->
|
||||
</div><!-- #primary -->
|
||||
|
|
|
@ -469,6 +469,7 @@ a:active {
|
|||
.group-blog .byline {
|
||||
display: inline;
|
||||
}
|
||||
.page-content,
|
||||
.entry-content,
|
||||
.entry-summary {
|
||||
margin: 1.5em 0 0;
|
||||
|
@ -491,6 +492,7 @@ a:active {
|
|||
/* =Media
|
||||
----------------------------------------------- */
|
||||
|
||||
.page-content img.wp-smiley,
|
||||
.entry-content img.wp-smiley,
|
||||
.comment-content img.wp-smiley {
|
||||
border: none;
|
||||
|
|
Reference in New Issue