From c317398d7a2540e9ffe3b713a97c5cf8660c1e01 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Mon, 12 Jan 2015 10:31:09 -0600
Subject: [PATCH] oops: Fix bad float style

---
 css/rtl.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/rtl.css b/css/rtl.css
index b66cbe61a..7aea43b52 100644
--- a/css/rtl.css
+++ b/css/rtl.css
@@ -86,7 +86,7 @@
     border-left: none;
     border-right: 1px solid rgba(0,0,0,0.7);
 }
-.rtl [class^="icon-"].pull-left, [class*=" icon-"].pull-left {
+.rtl [class^="icon-"].pull-left, [class*=" icon-"].pull-right {
     margin-right: 0;
     margin-left: 0.3em;
 }
-- 
GitLab