mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
Twenty Fourteen: fix gap beneath header image, props taupecat. Fixes #25404.
Built from https://develop.svn.wordpress.org/trunk@25611 git-svn-id: http://core.svn.wordpress.org/trunk@25528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5fa660e3b3
commit
2c02c2b5fa
@ -83,6 +83,7 @@ a:active { /* Improves readability when focused and also mouse hovered in all br
|
||||
}
|
||||
a img {
|
||||
border: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* =Global
|
||||
@ -1391,13 +1392,6 @@ img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.site-header img,
|
||||
.attachment-featured-thumbnail-large,
|
||||
.entry-content img,
|
||||
.comment-content img,
|
||||
.widget img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.attachment-featured-featured img,
|
||||
.attachment-featured-thumbnail img {
|
||||
height: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user