From a38dd53ef8e0f0d25d3bea09bf609b96e5e4b564 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 27 Sep 2010 03:56:14 +0000 Subject: #923424 by munzirtaha: Fix wrong usage of /* RTL */ in CSS files. --- modules/system/system.base-rtl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/system.base-rtl.css b/modules/system/system.base-rtl.css index 5beac6d74..16b92de6f 100644 --- a/modules/system/system.base-rtl.css +++ b/modules/system/system.base-rtl.css @@ -50,6 +50,6 @@ div.tree-child-last { background-position: -65px center; } .tabledrag-toggle-weight-wrapper { - text-align: left; /* RTL */ + text-align: left; } -- cgit v1.2.3