Twenty Eleven: Remove border and padding from images in the image widget. props lancewillett, fixes #20482.
git-svn-id: https://develop.svn.wordpress.org/trunk@20904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
49552d6887
commit
e9e1eae451
@ -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