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:
nacin 2012-05-25 18:16:01 +00:00
parent e85049387a
commit a9ebdd659b
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%;
}