From dc59d8c184424e56d6527146594da8129ebeba5a Fri, 28 Jun 2013 17:06:23 +0200 From: hass Date: Fri, 28 Jun 2013 17:06:01 +0200 Subject: [PATCH] Issue #2028643 by hass: CSS files order is broken diff --git a/modules/locale/locale.module b/modules/locale/locale.module index b60c531..768fead 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -972,7 +972,7 @@ // Replicate the same item, but with the RTL path and a little larger // weight so that it appears directly after the original CSS file. $item['data'] = $rtl_path; - $item['weight'] += 0.01; + $item['weight'] += 0.0001; $css[$rtl_path] = $item; } }