/*
Theme Name:     azl Twenty Twelve Child 
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme 
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentytwelve
Version:        0.1.0
*/

 

@import url("../twentytwelve/style.css");

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
 box-shadow: none;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* remove fancy borders from all WordPress-added images but not things like badges and icons and the like */
 border: none;
}