From 3d4c0fb53db3837890d7e32d4de231f4ca187cd2 Mon Sep 17 00:00:00 2001 From: Nicholas Mayne Date: Tue, 12 Aug 2014 20:46:36 +0100 Subject: [PATCH] Fixing RTL --- src/Orchard.Web/Themes/TheAdmin/Styles/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index 817477d08..4c5a240af 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -1258,7 +1258,7 @@ html.dir-rtl { } /* Tables still need 'cellspacing="0"' in the markup */ -caption, th, td { text-align: right; } +.dir-rtl caption, .dir-rtl th, .dir-rtl td { text-align: right; } /* end: reset */