/*
 Theme Name: tdb-2012
 Theme URI: https://dailybatman.com
 Description: Child theme for Twenty Twelve
 Author: Michael Kaiser
 Template: twentytwelve
 Version: 1.0
*/

/* No border on sidebar images */
.widget-area img {
    border: none !important;
    box-shadow: none !important;
}

/* Prevent breaking lines at hyphens */
.entry-content p,
.page-content p {
    hyphens: none;
    word-wrap: normal;
}