Skip to content

Commit

Permalink
refs #3813 css files in libs folder should always be included first, …
Browse files Browse the repository at this point in the history
…so they can be overwritten in piwik css as clean as possible
  • Loading branch information
sgiehl committed Mar 29, 2013
1 parent f3806a2 commit b5ab89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/AssetManager.php
Expand Up @@ -188,9 +188,9 @@ private static function getCssFiles()
private static function sortCssFiles($cssFiles)
{
$priorityCssOrdered = array(
'libs/',
'themes/default/common.css',
'themes/default/',
'libs/',
'plugins/',
);

Expand Down

0 comments on commit b5ab89c

Please sign in to comment.