/*
Theme Name: Whose Knowledge
Theme URI: https://github.com/bencarlson/wp-bootstrap
Description: A wordpress 3.9+ theme built on Bootstrap 3
Author: Design Action Collective
Author URI: http://designaction.org
Version: 5
*/
@import url("styles/stylesheets/main.css");

/**
 * Show English-language content Left-to-right when within a right-to-left language
 */
html[dir="rtl"][lang="en-US"] .entry,
.dir-ltr {
	direction:ltr;
}
