/**
 * styles/rtl.css
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2000-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Stylesheet for flipping content to RTL (e.g. for Persian)
 *
 */

body {
	direction:rtl;
	unicode-bidi:embed;
}
