From 14b9e63e271518ea40dcb3241b2fb8d330a9a98b Mon Sep 17 00:00:00 2001 From: Jerome Date: Sat, 30 Apr 2016 21:42:04 +0200 Subject: [PATCH] Fix regression --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 2a22abe4..37ebf4bc 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -197,7 +197,7 @@ table { -moz-border-radius-bottomleft:0; border-bottom-left-radius:0; } -.rtl .table th,.table td{ +.rtl .table th, .rtl .table td { text-align:right; } .rtl .dropdown-menu{