From 88b7c401e636ddc49d38aaae141edb8fa09d30f6 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Wed, 1 Feb 2012 16:49:05 +0000 Subject: [PATCH] _s: using a simpler and more consistent site-header class --- header.php | 4 ++-- style.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/header.php b/header.php index c259af5f..d1368bf7 100644 --- a/header.php +++ b/header.php @@ -47,7 +47,7 @@ >
-
\ No newline at end of file diff --git a/style.css b/style.css index 8a53570a..7cbf83ed 100644 --- a/style.css +++ b/style.css @@ -351,19 +351,19 @@ a:active { /* =Media ----------------------------------------------- */ -#masthead img, +.site-header img, .entry-content img, .comment-content img, .widget img { max-width: 100%; /* Fluid images for posts, comments, and widgets */ } -#masthead img, +.site-header img, .entry-content img, img[class*="align"], img[class*="wp-image-"] { height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ } -#masthead img, +.site-header img, .entry-content img, img.size-full { max-width: 100%;