summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-27 03:56:14 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-27 03:56:14 +0000
commita38dd53ef8e0f0d25d3bea09bf609b96e5e4b564 (patch)
treee76ed711857c5aefaf8f760aef79d8851edb0bbd /modules/system
parent9ce07179a37f606891ee91e141ee38681d9190d0 (diff)
downloadbrdo-a38dd53ef8e0f0d25d3bea09bf609b96e5e4b564.tar.gz
brdo-a38dd53ef8e0f0d25d3bea09bf609b96e5e4b564.tar.bz2
#923424 by munzirtaha: Fix wrong usage of /* RTL */ in CSS files.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.base-rtl.css2
1 files changed, 1 insertions, 1 deletions
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;
}