KONTOLODON
/
var
/
www
/
ojs-3.3.0-13
/
plugins
/
themes
/
healthSciences
/
styles
/
Nama File / Folder
Size
Action
components
--
NONE
objects
--
NONE
pages
--
NONE
index.less
1.345KB
Hapus
Edit
Rename
rtl.less
0.37KB
Hapus
Edit
Rename
typography.less
1.093KB
Hapus
Edit
Rename
/** * @file styles/rtl.less * * Copyright (c) 2014-2020 Simon Fraser University * Copyright (c) 2003-2020 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @brief styles for right to left scripts * */ body[dir="rtl"] { direction: rtl; unicode-bidi: embed; // Overriding Bootstrap's text aligning text-align: right; }