/*
 Theme Name:   FixitnowWP
 Description:  A child theme of the WordPress Twenty Twelve theme.
 Author:       Sam Brown
 Template:     twentytwelve
 Version:      1.0.0
*/

/* write custom css */

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}