/*
Theme Name:     Twenty Twelve with no hyphens on p-tags
Theme URI:      http://inleaguewithrobots.co.uk
Description:    Get rid of stupid hyphenated line-wrapping
Author:         Madwort
Author URI:     http://madwort.co.uk/
Template:       twentytwelve                             
Version:        0.1.0
*/

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

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

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