/*
Theme Name:     Twenty Twelve NoWrap
Theme URI:      http://wordpress.org
Description:    Twenty Twelve theme without word wrapping
Author:         Stephan Adler
Author URI:     http://spreebytes.net/
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");


.site-content article {
	word-wrap: normal;
        -webkit-hyphens: none;
        -moz-hyphens: none;
	hyphens: none;
}
