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:
Andrew Nacin 2012-05-25 18:16:01 +00:00
parent 49552d6887
commit e9e1eae451
1 changed files with 2 additions and 0 deletions

View File

@ -1842,6 +1842,8 @@ section.ephemera .entry-title a span {
/* Widget Image */
.widget_image img {
border: 0;
padding: 0;
height: auto;
max-width: 100%;
}