/* Authors: Arslan Akram, Mohsin Rafique Author URI: https://pixelative.co Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl_2.0.html Created on: 27_Jun_2018, 03:08:04 */ /*-------------------------------------------------------------------------------- # Post Terms -> RTL --------------------------------------------------------------------------------*/ .post-terms a, .post-terms .term-type { margin-left: 4px; margin-right: initial; } .post-terms .term-type { margin-left: 6px; right: 0; left: auto; margin-right: initial; } .post-terms a { margin: 0 0 10px 4px; } .post-terms a:last-child { margin-left: 0; margin-right: initial; } .post-terms .post-categories li a { margin-left: 4px; margin-right: initial; } .post-terms .post-categories li:last-child a { margin-left: 0; margin-right: initial; }