_s: using a simpler and more consistent site-header class
This commit is contained in:
parent
761e93ad32
commit
88b7c401e6
2 changed files with 5 additions and 5 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue