mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 16:21:26 +01:00
Twenty Eleven: Remove border and padding from images in the image widget. props lancewillett, fixes #20482.
git-svn-id: http://core.svn.wordpress.org/trunk@20904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e85049387a
commit
a9ebdd659b
@ -1842,6 +1842,8 @@ section.ephemera .entry-title a span {
|
||||
|
||||
/* Widget Image */
|
||||
.widget_image img {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user