/* Themez Kitchen ----------------------------------------------------------- @package Allspice - Multipurpose Wordpress Theme @subpackage ThemezKitchen License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @version 1.0.0 @since Version 1.0.0 */ /** * Reset * ----------------------------------------------------------------------------- */ body { direction: rtl; unicode-bidi: embed; } a { display: inline-block; } ul, ol { margin: 0 20px 24px 0; } li > ul, li > ol { margin: 0 20px 0 0; } caption, th, td { text-align: right; } /** * Floaters */ p, article, .entry-header, .comment-on-not-found { text-align: right !important; } .pull-left { float: right; } .pull-right { float: left; } .active-search { float: left !important; } [class^="col-"] { float: right; } #masthead .navbar-header { float: right; } #masthead .navbar-collapse { float: left; } .navbar-brand { float: right; }