From d406dc8f8c8774848442dbb7f1b634e4aa0e5e66 Mon Sep 17 00:00:00 2001 From: obenland Date: Thu, 11 Jul 2013 12:18:47 -0700 Subject: [PATCH] _s: Add `.page-content` class to `style.css` to encourage styling. Also removes some redundant comments. --- 404.php | 2 +- style.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/404.php b/404.php index 7ef02593..d2c2de6f 100644 --- a/404.php +++ b/404.php @@ -48,7 +48,7 @@ get_header(); ?> - + diff --git a/style.css b/style.css index e6ea4bf5..29715eef 100644 --- a/style.css +++ b/style.css @@ -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;